[Mplayer-cvslog] CVS: main/mp3lib Makefile,1.12,1.13
Atmosfear
atmos4 at mplayer.dev.hu
Wed Aug 8 08:58:14 CEST 2001
Update of /cvsroot/mplayer/main/mp3lib
In directory mplayer:/var/tmp.root/cvs-serv3511
Modified Files:
Makefile
Log Message:
Fixed Makefile for test programs.
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/mp3lib/Makefile,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- Makefile 27 Jul 2001 17:21:23 -0000 1.12
+++ Makefile 8 Aug 2001 06:58:12 -0000 1.13
@@ -40,10 +40,10 @@
$(AR) r libMP3.a $(OBJS)
test1: libMP3.a test.c
- $(CC) $(CFLAGS) test.c -o test1 -I.. -L. -lMP3 -lm
+ $(CC) $(CFLAGS) test.c ../libvo/aclib.c -o test1 -I.. -L. -lMP3 -lm
test2: libMP3.a test2.c
- $(CC) $(CFLAGS) test2.c -o test2 -I.. -L. -lMP3 -lm
+ $(CC) $(CFLAGS) test2.c ../libvo/aclib.c -o test2 -I.. -L. -lMP3 -lm
all: libMP3.a
More information about the MPlayer-cvslog
mailing list