[Mplayer-cvslog] CVS: main/loader/dshow Makefile,1.13,1.14

Arpi of Ize arpi at mplayerhq.hu
Thu Aug 29 23:30:59 CEST 2002


Update of /cvsroot/mplayer/main/loader/dshow
In directory mail:/var/tmp.root/cvs-serv22692/loader/dshow

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/loader/dshow/Makefile,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- Makefile	22 Aug 2002 23:29:44 -0000	1.13
+++ Makefile	29 Aug 2002 21:30:56 -0000	1.14
@@ -23,7 +23,7 @@
 	$(AR) r $(LIBNAME) $(OBJS)
 
 test:   test.c $(LIBNAME)
-	$(CC) test.c $(CFLAGS) -o test -L. -lDS_Filter -L.. -lloader $(ARCH_LIBS) -lstdc++
+	$(CC) test.c $(CFLAGS) -o test ./libDS_Filter.a ../libloader.a $(ARCH_LIBS) -lstdc++
 
 all:	$(LIBNAME)
 




More information about the MPlayer-cvslog mailing list