diff options
author | Uros Majstorovic <majstor@majstor.org> | 2017-09-09 15:51:17 +0000 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2017-09-09 15:51:17 +0000 |
commit | f80da46b5117930349a5d033857c94f659f687ce (patch) | |
tree | 66f2befe130b6c52eeeca652d5e6732f03e51483 /code/test/vid/Makefile | |
parent | 7d3e6b74812527f69aabf9c1bbb0eb37051f94da (diff) | |
parent | 2f99b87aed4d6a5934c8760f329225563698305a (diff) |
fixed conflict
Diffstat (limited to 'code/test/vid/Makefile')
-rw-r--r-- | code/test/vid/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/code/test/vid/Makefile b/code/test/vid/Makefile index 1689040..3f78157 100644 --- a/code/test/vid/Makefile +++ b/code/test/vid/Makefile @@ -1,4 +1,5 @@ -LIBVPX_HOME=/home/majstor/libvpx +# LIBVPX_HOME=/home/majstor/libvpx +LIBVPX_HOME=/Users/majstor/src/libvpx CFLAGS=-D_V4L2_KERNEL_ -I/usr/src/linux-headers-$(uname -r) -I$(LIBVPX_HOME) -I../../core -I../../vconn -I../../util LDFLAGS=-L$(LIBVPX_HOME) dep=../../core/libecpcore.a ../../core/crypto/libecpcr.a ../../core/htable/libecpht.a ../../core/posix/libecptr.a ../../core/posix/libecptm.a ../../vconn/libecpvconn.a ../../util/libecputil.a ../init.o |