Index: liba52/Makefile =================================================================== RCS file: /cvsroot/mplayer/main/liba52/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- liba52/Makefile 24 Jun 2004 12:52:15 -0000 1.10 +++ liba52/Makefile 1 Aug 2004 15:46:33 -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 Index: liba52/test.c =================================================================== RCS file: /cvsroot/mplayer/main/liba52/test.c,v retrieving revision 1.6 diff -u -r1.6 test.c --- liba52/test.c 30 Dec 2001 21:38:53 -0000 1.6 +++ liba52/test.c 1 Aug 2004 15:46:33 -0000 @@ -9,6 +9,7 @@ #include #include #include +#include #include "a52.h" #include "mm_accel.h" @@ -21,6 +22,10 @@ static int16_t out_buf[6*256*6]; +void mp_msg_c( int x, const char *format, ... ) // stub for cpudetect.c +{ +} + #ifdef TIMING static inline long long rdtsc() {