diff options
author | Uros Majstorovic <majstor@majstor.org> | 2018-01-19 18:28:23 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2018-01-19 18:28:23 +0100 |
commit | d2719ccc8912246f2118a47afef48e73e82ebe28 (patch) | |
tree | c5f390957b6065a5e9419f23172a1c4dd8a6a7c7 /code/test/Makefile | |
parent | cdf60abf74bfdfbeda27ee3c81f1d4cb50a987c1 (diff) |
pine64 tests updated
Diffstat (limited to 'code/test/Makefile')
-rw-r--r-- | code/test/Makefile | 2 |
1 files changed, 1 insertions, 1 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 $< |