diff options
author | Uros Majstorovic <majstor@majstor.org> | 2018-01-19 19:32:53 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2018-01-19 19:32:53 +0100 |
commit | e168e77d024783d57ae5bfa4de2730d39e440387 (patch) | |
tree | c1347953cfdb53a04e164319667ce858023665c1 | |
parent | 307aa4ca508f4ef970b19dc966fda42311afabd3 (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 bb1359c..62a2f97 100644 --- a/code/test/vid/Makefile +++ b/code/test/vid/Makefile @@ -2,7 +2,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 +LDFLAGS=-L$(LIBVPX_HOME) -L/opt/local/lib $(LDFLAGS_PL) dep=../../ecp/build-posix/*.a ../../util/libecputil.a ../init_vconn.o all: cap |