X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Favformat%2Ffactory.c;h=96af91bc14a815f77fa74f5e50c3e76863ae23f0;hb=8476c63313913b6c7e05f8b505dd4e7bbf2e186a;hp=2b6d234ba4028bb3e0653acbbedabdd4b65b663f;hpb=f4bdbe56053cc8debfdb74583977d74323a8ad0d;p=melted diff --git a/src/modules/avformat/factory.c b/src/modules/avformat/factory.c index 2b6d234..96af91b 100644 --- a/src/modules/avformat/factory.c +++ b/src/modules/avformat/factory.c @@ -105,10 +105,8 @@ static void *create_service( mlt_profile profile, mlt_service_type type, const c } if ( !strcmp( id, "avcolour_space" ) ) return filter_avcolour_space_init( arg ); -#ifdef USE_MMX if ( !strcmp( id, "avdeinterlace" ) ) return filter_avdeinterlace_init( arg ); -#endif if ( !strcmp( id, "avresample" ) ) return filter_avresample_init( arg ); return NULL;