summaryrefslogtreecommitdiffstats
path: root/liba52/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'liba52/Makefile')
-rw-r--r--liba52/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/liba52/Makefile b/liba52/Makefile
index ed5d1cffc6..80323bc7a8 100644
--- a/liba52/Makefile
+++ b/liba52/Makefile
@@ -20,7 +20,7 @@ $(LIBNAME): $(OBJS)
$(RANLIB) $(LIBNAME)
test: $(LIBNAME) test.c
- $(CC) $(CFLAGS) test.c ../cpudetect.c -o test ./liba52.a -lm
+ $(CC) $(CFLAGS) test.c ../cpudetect.c -o test ../osdep/libosdep.a ./liba52.a -lm
test2: $(LIBNAME) test.c
$(CC) $(CFLAGS) test.c -o test2 ../libac3/libac3.a ./liba52.a -lm