[Mplayer-cvslog] CVS: main/mp3lib Makefile,1.28,1.29
Arpi of Ize
arpi at mplayerhq.hu
Thu Aug 29 23:31:00 CEST 2002
Update of /cvsroot/mplayer/main/mp3lib
In directory mail:/var/tmp.root/cvs-serv22692/mp3lib
Modified Files:
Makefile
Log Message:
use dir/libname.a instead of -Ldir -lname
partially done by "Steven M. Schultz" <sms at 2BSD.COM>
Note: some entries (libmpdvdkit, libdha) left unchanged as they may be
dynamic and not shipped with mplayer.
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/mp3lib/Makefile,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- Makefile 29 Apr 2002 21:42:36 -0000 1.28
+++ Makefile 29 Aug 2002 21:30:57 -0000 1.29
@@ -42,10 +42,10 @@
./mp3lib_objfix.sh
endif
test1: libMP3.a test.c
- $(CC) $(CFLAGS) test.c ../libvo/aclib.c -o test1 -I.. -L. -lMP3 -lm
+ $(CC) $(CFLAGS) test.c ../libvo/aclib.c -o test1 -I.. ./libMP3.a -lm
test2: libMP3.a test2.c
- $(CC) $(CFLAGS) test2.c ../libvo/aclib.c -o test2 -I.. -L. -lMP3 -lm
+ $(CC) $(CFLAGS) test2.c ../libvo/aclib.c -o test2 -I.. ./libMP3.a -lm
all: libMP3.a
More information about the MPlayer-cvslog
mailing list