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:
parent
4d4bb927ce
commit
18107921c4
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user