[vlc-commits] Assume OpenMAX IL is used (if it is compiled)
Rémi Denis-Courmont
git at videolan.org
Mon Oct 31 17:59:09 CET 2011
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Oct 31 18:06:30 2011 +0200| [b79c09ceb5d3f0117fd231b54a21fb06e255fd61] | committer: Rémi Denis-Courmont
Assume OpenMAX IL is used (if it is compiled)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b79c09ceb5d3f0117fd231b54a21fb06e255fd61
---
modules/codec/omxil/omxil.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/modules/codec/omxil/omxil.c b/modules/codec/omxil/omxil.c
index 3e13835..a5344c8 100644
--- a/modules/codec/omxil/omxil.c
+++ b/modules/codec/omxil/omxil.c
@@ -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 ()
More information about the vlc-commits
mailing list