From 43275ac3b0794422f3140734d9952a57a48cbf63 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 13 Mar 2007 22:28:13 +0000 Subject: Fix test program compilation. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22555 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp3lib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mp3lib') diff --git a/mp3lib/Makefile b/mp3lib/Makefile index ca3592ebc0..40988a5669 100644 --- a/mp3lib/Makefile +++ b/mp3lib/Makefile @@ -28,8 +28,8 @@ include ../mpcommon.mak 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 -- cgit v1.2.3