diff liba52/Makefile @ 12966:4e7d8679d6d8

compilation fix for test program
author reimar
date Sat, 07 Aug 2004 14:15:55 +0000
parents 80973aa180a5
children 16b1de65666b
line wrap: on
line diff
--- a/liba52/Makefile	Thu Aug 05 06:31:42 2004 +0000
+++ b/liba52/Makefile	Sat Aug 07 14:15:55 2004 +0000
@@ -20,7 +20,7 @@
 	$(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