From e168e77d024783d57ae5bfa4de2730d39e440387 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Fri, 19 Jan 2018 19:32:53 +0100 Subject: pine64 vid test update --- code/test/vid/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/test') 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 -- cgit v1.2.3