Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
b79c09ce
Commit
b79c09ce
authored
Oct 31, 2011
by
Rémi Denis-Courmont
Browse files
Assume OpenMAX IL is used (if it is compiled)
parent
336185ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/codec/omxil/omxil.c
View file @
b79c09ce
...
...
@@ -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
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment