Commit 908c9a6e authored by michael's avatar michael

ffm_init() for win32, so the regression tests dont fail there


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3783 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 03b66bd0
...@@ -88,9 +88,7 @@ void av_register_all(void) ...@@ -88,9 +88,7 @@ void av_register_all(void)
ogg_init(); ogg_init();
#endif #endif
#ifndef CONFIG_WIN32
ffm_init(); ffm_init();
#endif
#ifdef CONFIG_VIDEO4LINUX #ifdef CONFIG_VIDEO4LINUX
video_grab_init(); video_grab_init();
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment