]> git.sesse.net Git - vlc/blobdiff - modules/codec/mpeg_audio.c
- Remove config_FindModule as module_Find nowadays does the same thing
[vlc] / modules / codec / mpeg_audio.c
index c11f9309c0991304a69406b0f17127f2e2e58717..0db5be0e5aa286df8429725099b76526d4a0e95b 100644 (file)
@@ -139,7 +139,7 @@ static int OpenDecoder( vlc_object_t *p_this )
 
     /* HACK: Don't use this codec if we don't have an mpga audio filter */
     if( p_dec->i_object_type == VLC_OBJECT_DECODER &&
-        !config_FindModule( p_this, "mpgatofixed32" ) )
+        !module_Exists( p_this, "mpgatofixed32" ) )
     {
         return VLC_EGENERIC;
     }