diff options
author | Uros Majstorovic <majstor@majstor.org> | 2017-09-09 17:47:08 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2017-09-09 17:47:08 +0200 |
commit | 2f99b87aed4d6a5934c8760f329225563698305a (patch) | |
tree | a24d3d29a1a2fd5b12372beedcf5eff04c458c8c /code/test/vid/Makefile | |
parent | d2dd101b8fef0b0ccae35b7c6b9c0fc678649fb4 (diff) |
video streming test fixed
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 fbdbe15..1d5ff4e 100644 --- a/code/test/vid/Makefile +++ b/code/test/vid/Makefile @@ -1,4 +1,5 @@ -LIBVPX_HOME=../libvpx +# LIBVPX_HOME=../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 |