Commit d06602cf authored by Gildas Bazin's avatar Gildas Bazin

* modules/codec/mpeg_audio.c: let ffmpeg have the priority under WinCE.

parent 989b5903
...@@ -106,8 +106,8 @@ vlc_module_begin(); ...@@ -106,8 +106,8 @@ vlc_module_begin();
set_description( _("MPEG audio layer I/II/III parser") ); set_description( _("MPEG audio layer I/II/III parser") );
set_category( CAT_INPUT ); set_category( CAT_INPUT );
set_subcategory( SUBCAT_INPUT_ACODEC ); set_subcategory( SUBCAT_INPUT_ACODEC );
#if defined(SYS_DARWIN) #if defined(SYS_DARWIN) || defined(UNDER_CE)
set_capability( "decoder", 5 ); set_capability( "decoder", 5 );
#else #else
set_capability( "decoder", 100 ); set_capability( "decoder", 100 );
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment