Commit 008224da authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* backport the libmad fix [16933]

parent 7c0d0788
......@@ -106,7 +106,7 @@ vlc_module_begin();
set_description( _("MPEG audio layer I/II/III decoder") );
set_category( CAT_INPUT );
set_subcategory( SUBCAT_INPUT_ACODEC );
#if defined(__APPLE__) || defined(UNDER_CE)
#if defined(UNDER_CE)
set_capability( "decoder", 5 );
#else
set_capability( "decoder", 100 );
......
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