OSDN Git Service

ffm_init() for win32, so the regression tests dont fail there
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 30 Dec 2004 11:48:23 +0000 (11:48 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 30 Dec 2004 11:48:23 +0000 (11:48 +0000)
Originally committed as revision 3783 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/allformats.c

index 712269b..8bca8ef 100644 (file)
@@ -88,9 +88,7 @@ void av_register_all(void)
     ogg_init();
 #endif
 
-#ifndef CONFIG_WIN32
     ffm_init();
-#endif
 #ifdef CONFIG_VIDEO4LINUX
     video_grab_init();
 #endif