[Mplayer-cvslog] CVS: main Makefile,1.242,1.243

Arpi of Ize arpi at mplayerhq.hu
Sun Jan 12 00:08:30 CET 2003


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

Modified Files:
	Makefile 
Log Message:
libavcodec just imported code for OS/2 support, which means we must
pass some more environment variables down to libavcodec.  Here is a
patch to Makefile.
Felix von Leitner <felix-mplayer at fefe.de>


Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Makefile,v
retrieving revision 1.242
retrieving revision 1.243
diff -u -r1.242 -r1.243
--- Makefile	11 Jan 2003 10:35:31 -0000	1.242
+++ Makefile	11 Jan 2003 23:08:11 -0000	1.243
@@ -136,7 +136,7 @@
 	$(MAKE) -C loader/dmo
 
 libavcodec/libavcodec.a:
-	$(MAKE) -C libavcodec
+	$(MAKE) -C libavcodec LIBPREF=lib LIBSUF=.a
 
 libmpeg2/libmpeg2.a:
 	$(MAKE) -C libmpeg2



More information about the MPlayer-cvslog mailing list