1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

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

Originally committed as revision 3783 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2004-12-30 11:48:23 +00:00
parent 4d4bb927ce
commit 18107921c4

View 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