[MPlayer-cvslog] CVS: main configure,1.1064,1.1065

Diego Biurrun CVS syncmail at mplayerhq.hu
Fri Sep 23 02:55:14 CEST 2005


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv3469

Modified Files:
	configure 
Log Message:
libavformat now requires CONFIG_(DE)MUXERS #defines.


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1064
retrieving revision 1.1065
diff -u -r1.1064 -r1.1065
--- configure	17 Sep 2005 19:51:41 -0000	1.1064
+++ configure	23 Sep 2005 00:55:11 -0000	1.1065
@@ -7414,6 +7414,11 @@
 /* Use libavcodec's encoders */
 #define CONFIG_ENCODERS 1
 
+/* Use libavformat's demuxers */
+#define CONFIG_DEMUXERS 1
+/* Use libavformat's muxers */
+#define CONFIG_MUXERS 1
+
 #define CONFIG_MPEGAUDIO_HP 1
 
 #define CONFIG_GPL 1




More information about the MPlayer-cvslog mailing list