diff options
author | Uros Majstorovic <majstor@majstor.org> | 2017-09-09 15:49:35 +0000 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2017-09-09 15:49:35 +0000 |
commit | 7d3e6b74812527f69aabf9c1bbb0eb37051f94da (patch) | |
tree | 5f68a5daf5b6da0d14db49a9fe68482ee0972786 /code/test/vid/Makefile | |
parent | d40fd9b1adab64182ce8af0b8e19cfc8a93171d7 (diff) |
video test prints to stderr
Diffstat (limited to 'code/test/vid/Makefile')
-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 fbdbe15..1689040 100644 --- a/code/test/vid/Makefile +++ b/code/test/vid/Makefile @@ -1,4 +1,4 @@ -LIBVPX_HOME=../libvpx +LIBVPX_HOME=/home/majstor/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 |