# HG changeset patch # User michael # Date 1104407303 0 # Node ID d2bae3719018d7433bd50cf09a146f3173f1c8db # Parent 996fe7d787015532cb774ab8b63eba262a584555 ffm_init() for win32, so the regression tests dont fail there diff -r 996fe7d78701 -r d2bae3719018 allformats.c --- a/allformats.c Wed Dec 29 23:17:42 2004 +0000 +++ b/allformats.c Thu Dec 30 11:48:23 2004 +0000 @@ -88,9 +88,7 @@ ogg_init(); #endif -#ifndef CONFIG_WIN32 ffm_init(); -#endif #ifdef CONFIG_VIDEO4LINUX video_grab_init(); #endif