[Mplayer-cvslog] CVS: main/liba52 Makefile,1.5,1.6
Arpi of Ize
arpi at mplayerhq.hu
Thu Aug 29 23:31:27 CEST 2002
Update of /cvsroot/mplayer/main/liba52
In directory mail:/var/tmp.root/cvs-serv22692/liba52
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/liba52/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Makefile 30 Dec 2001 04:42:42 -0000 1.5
+++ Makefile 29 Aug 2002 21:30:55 -0000 1.6
@@ -19,10 +19,10 @@
$(AR) r $(LIBNAME) $(OBJS)
test: $(LIBNAME) test.c
- $(CC) $(CFLAGS) test.c ../cpudetect.c -o test -L. -la52 -lm
+ $(CC) $(CFLAGS) test.c ../cpudetect.c -o test ./liba52.a -lm
test2: $(LIBNAME) test.c
- $(CC) $(CFLAGS) test.c -o test2 -L../libac3 -lac3 -L. -la52
+ $(CC) $(CFLAGS) test.c -o test2 ../libac3/libac3.a ./liba52.a -lm
all: $(LIBNAME)
More information about the MPlayer-cvslog
mailing list