summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--code/test/Makefile2
-rw-r--r--code/test/vid/Makefile3
2 files changed, 2 insertions, 3 deletions
diff --git a/code/test/Makefile b/code/test/Makefile
index 0db3126..5eeb6b7 100644
--- a/code/test/Makefile
+++ b/code/test/Makefile
@@ -37,7 +37,7 @@ vc_client: vc_client.o init_vconn.o $(dep)
$(CC) -o $@ $< init_vconn.o $(dep) $(LDFLAGS)
-opus_root=../../../opus-1.1.5
+opus_root=/opt/my/opus-1.1.5
voip.o: voip.c
$(CC) $(CFLAGS) -I $(opus_root)/include -c $<
diff --git a/code/test/vid/Makefile b/code/test/vid/Makefile
index b3943c0..4ba7b35 100644
--- a/code/test/vid/Makefile
+++ b/code/test/vid/Makefile
@@ -1,5 +1,4 @@
-# LIBVPX_HOME=/home/majstor/libvpx
-LIBVPX_HOME=/Users/majstor/src/libvpx
+LIBVPX_HOME=/opt/my/libvpx
CFLAGS=-D_V4L2_KERNEL_ -I/usr/src/linux-headers-$(uname -r) -I$(LIBVPX_HOME) -I/opt/local/include/SDL2 -I../../core -I../../vconn -I../../util
LDFLAGS=-L$(LIBVPX_HOME) -L/opt/local/lib
dep=../../ecp/build-posix/*.a ../../util/libecputil.a ../init.o