[Ffmpeg-devel] Mingw Problem

Brian Brice bbrice
Tue Jan 24 19:03:17 CET 2006


Hi guys.  I've been using compiling the CVS version under mingw and 
things have been going good.  I've updated my version of the source 
today and now nothing will open files.  I think the recent changes for 
being able to disable protocols broke that for mingw compilations.  In 
the configure script, it's set to disable protocols for mingw no matter 
if --disable-protocols is set or not.  Is this intended or what?  I 
removed that section of the configure script and everything's working 
like it use to.  I'm not sure what all is needed, but here's the diff 
output..

diff -u configure.orig configure
--- configure.orig      2006-01-22 12:34:16.000000000 -0600
+++ configure   2006-01-24 11:55:08.000000000 -0600
@@ -876,9 +876,7 @@
      dc1394="no"
      ffserver="no"
      network="no"
-if test "$mingw32" = "yes"; then
-    protocols="no"
-fi
+
      SLIBPREF=""
      SLIBSUF=".dll"
      EXESUF=".exe"


-- 
Brian Brice





More information about the ffmpeg-devel mailing list