[vlc-devel] [RFC] [PATCH 0/3] android: iomx support
Martin Storsjö
martin at martin.st
Thu Sep 29 11:05:09 CEST 2011
Hi,
Now all the functional changes needed for using IOMX on a few
devices (Nexus One, Nexus S, Desire HD, Desire Z, most probably
also the plain Desire) finally are merged. It may also work more
or less on a number of other devices, that's yet to be discovered :-)
What remains is actually enabling it and hooking it up properly,
which is the most complicated part since I really don't know the
VLC code much at all.
These three patches are what I use for testing this currently,
I hope someone can help out with doing this properly :-)
What's still missing (which would make patch #1 redundant) is
building and loading the modules dynamically, or perhaps only
building the iomx module dynamically and linking the other ones
statically. Hopefully someone can help out with doing that :-)
Martin Storsjö (3):
omxil: Avoid duplicate symbols when linking the omxil module
statically into the same module as the avcodec module
omxil: Set a higher priority
android: Enable the iomx module
extras/package/android/configure.sh | 8 +++++++-
modules/codec/omxil/omxil.c | 8 ++------
modules/codec/omxil/omxil_utils.h | 2 +-
modules/codec/omxil/utils.c | 4 ++--
4 files changed, 12 insertions(+), 10 deletions(-)
--
1.7.2.5
More information about the vlc-devel
mailing list