summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2004-12-30 11:48:23 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-12-30 11:48:23 +0000
commit18107921c4d517c0219adfb98963e0b36b23f07e (patch)
treefb6d9928fbe2fc3080a3b471449545022081946b /libavformat/allformats.c
parent4d4bb927ce9f0380ddb2f1936c2e937eadeabea0 (diff)
ffm_init() for win32, so the regression tests dont fail there
Originally committed as revision 3783 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r--libavformat/allformats.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index 712269bfad..8bca8ef368 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