Commit b79c09ce authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Assume OpenMAX IL is used (if it is compiled)

parent 336185ed
......@@ -105,11 +105,7 @@ vlc_module_begin ()
set_category( CAT_INPUT )
set_subcategory( SUBCAT_INPUT_VCODEC )
set_section( N_("Decoding") , NULL )
#ifdef HAVE_MAEMO
set_capability( "decoder", 80 )
#else
set_capability( "decoder", 0 )
#endif
set_callbacks( OpenDecoder, CloseGeneric )
add_submodule ()
......
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