From: Michael Niedermayer Date: Thu, 30 Dec 2004 11:48:23 +0000 (+0000) Subject: ffm_init() for win32, so the regression tests dont fail there X-Git-Tag: v0.5~14400 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=18107921c4d517c0219adfb98963e0b36b23f07e;p=coroid%2Flibav_saccubus.git ffm_init() for win32, so the regression tests dont fail there Originally committed as revision 3783 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavformat/allformats.c b/libavformat/allformats.c index 712269bfa..8bca8ef36 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -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