[Mplayer-cvslog] CVS: main configure,1.848,1.849

Sascha Sommer CVS syncmail at mplayerhq.hu
Mon Apr 12 18:39:29 CEST 2004


CVS change done by Sascha Sommer CVS

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

Modified Files:
	configure 
Log Message:
libavformat support for windows

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.848
retrieving revision 1.849
diff -u -r1.848 -r1.849
--- configure	11 Apr 2004 14:26:04 -0000	1.848
+++ configure	12 Apr 2004 16:39:26 -0000	1.849
@@ -5095,10 +5095,14 @@
 fi
 
 _def_libavformat='#undef USE_LIBAVFORMAT'
+_def_libavformat_win32='#undef CONFIG_WIN32'
 if test "$_libavformat" = yes ; then
   _def_libavformat='#define USE_LIBAVFORMAT 1'
   _ld_libavformat='libavformat/libavformat.a'
   _dep_libavformat='libavformat/libavformat.a'
+  if mingw32 || cygwin ; then
+    _def_libavformat_win32='#define CONFIG_WIN32 1'
+  fi
 fi
 
 echocheck "libdv-0.9.5+"
@@ -6296,6 +6300,7 @@
 
 /* ffmpeg's libavformat support (requires libavformat source) */
 $_def_libavformat
+$_def_libavformat_win32
 
 /* risky codecs */
 #define CONFIG_RISKY 1




More information about the MPlayer-cvslog mailing list