diff options
author | Uros Majstorovic <majstor@majstor.org> | 2018-01-19 19:30:52 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2018-01-19 19:30:52 +0100 |
commit | 307aa4ca508f4ef970b19dc966fda42311afabd3 (patch) | |
tree | 79a304b6f8f5771c4a885d02284cc616dea40829 | |
parent | 7f07279cb39a1acab177bb53ff505caa0a29c8d1 (diff) |
pine64 vid test update
-rw-r--r-- | code/test/vid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/test/vid/Makefile b/code/test/vid/Makefile index 97e8126..bb1359c 100644 --- a/code/test/vid/Makefile +++ b/code/test/vid/Makefile @@ -3,7 +3,7 @@ include ../../ecp/Makefile.platform LIBVPX_HOME=/opt/my/libvpx CFLAGS=$(CFLAGS_PL) -D_V4L2_KERNEL_ -I/usr/src/linux-headers-$(uname -r) -I$(LIBVPX_HOME) -I/opt/local/include/SDL2 -I../../ecp -I../../util -Wno-int-to-void-pointer-cast LDFLAGS=$(LDFLAGS_PL) -L$(LIBVPX_HOME) -L/opt/local/lib -dep=../../ecp/build-posix/*.a ../../util/libecputil.a ../init.o +dep=../../ecp/build-posix/*.a ../../util/libecputil.a ../init_vconn.o all: cap |