# HG changeset patch # User diego # Date 1173824893 0 # Node ID fffc3a54fd66b4c7b791108dc8f9a3a0eca2054b # Parent b19e2fb20a41b2155e2c4d99df14eccd4be64cae Fix test program compilation. diff -r b19e2fb20a41 -r fffc3a54fd66 mp3lib/Makefile --- a/mp3lib/Makefile Tue Mar 13 22:19:18 2007 +0000 +++ b/mp3lib/Makefile Tue Mar 13 22:28:13 2007 +0000 @@ -28,8 +28,8 @@ decode_i586.o: decode_i586.c $(CC) -c $(CFLAGS) -fomit-frame-pointer -o $@ $< -%: %.c $(LIBNAME_COMMON) ../mp_msg-mencoder.o ../cpudetect.o - $(CC) $(CFLAGS) -o $@ ../libvo/aclib.c $^ -lm +%: %.c $(LIBNAME_COMMON) ../libvo/aclib.o ../mp_msg-mencoder.o ../cpudetect.o ../osdep/getch2.o + $(CC) $(CFLAGS) -o $@ $^ -ltermcap -lm distclean:: rm -f test test2