[Mplayer-cvslog] CVS: main/mp3lib Makefile,1.29,1.30
Arpi of Ize
arpi at mplayerhq.hu
Sun Sep 1 20:25:27 CEST 2002
Update of /cvsroot/mplayer/main/mp3lib
In directory mail:/var/tmp.root/cvs-serv8869
Modified Files:
Makefile
Log Message:
make test1 && make test2 fixed
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/mp3lib/Makefile,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- Makefile 29 Aug 2002 21:30:57 -0000 1.29
+++ Makefile 1 Sep 2002 18:25:24 -0000 1.30
@@ -42,10 +42,10 @@
./mp3lib_objfix.sh
endif
test1: libMP3.a test.c
- $(CC) $(CFLAGS) test.c ../libvo/aclib.c -o test1 -I.. ./libMP3.a -lm
+ $(CC) $(CFLAGS) test.c ../libvo/aclib.c -o test1 -I.. ./libMP3.a ../mp_msg-mencoder.o ../cpudetect.o -lm
test2: libMP3.a test2.c
- $(CC) $(CFLAGS) test2.c ../libvo/aclib.c -o test2 -I.. ./libMP3.a -lm
+ $(CC) $(CFLAGS) test2.c ../libvo/aclib.c -o test2 -I.. ./libMP3.a ../mp_msg-mencoder.o ../cpudetect.o -lm
all: libMP3.a
More information about the MPlayer-cvslog
mailing list