[Mplayer-cvslog] CVS: main/libmpdemux Makefile,1.33,1.34
Arpi of Ize
arpi at mplayerhq.hu
Thu Aug 29 23:30:58 CEST 2002
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv22692/libmpdemux
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/libmpdemux/Makefile,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- Makefile 21 Aug 2002 21:31:20 -0000 1.33
+++ Makefile 29 Aug 2002 21:30:55 -0000 1.34
@@ -39,7 +39,7 @@
$(AR) r $(LIBNAME) $(OBJS)
test: $(LIBNAME) test.c
- $(CC) $(CFLAGS) test.c ../mp_msg.c ../linux/shmem.c -o test -L. -lmpdemux -ldvdread -lz -lpthread
+ $(CC) $(CFLAGS) test.c ../mp_msg.c ../linux/shmem.c -o test ./libmpdemux.a -ldvdread -lz -lpthread
clean:
rm -f *.o *.a *~
More information about the MPlayer-cvslog
mailing list