Hi all,

I'm adding ffmpeg AV codecs to a JB AOSP build, as explained in:

  https://github.com/omxcodec/stagefright-plugins

After some (minor) adaptation of source to JB, I managed to complete
the build, except for one issue.

Testing the new build on the real device I get:

E/SoftOMXPlugin(  313): unable to dlopen
libstagefright_soft_
ffmpegvdec.so: Cannot load library:
find_library[1201]:   313 'libstagefright_soft_ffmpegvdec.so' failed
to load previously

I then found out the new external/ffmpeg module was compiled, but not
installed onto target...

> cd out/target/product/emev
> find . -name libstagefright_soft_ffmpegvdec.so
./obj/lib/libstagefright_soft_ffmpegvdec.so
./obj/SHARED_LIBRARIES/libstagefright_soft_ffmpegvdec_intermediates/LINKED/libstagefright_soft_ffmpegvdec.so
./symbols/system/lib/libstagefright_soft_ffmpegvdec.so

I can't find an evident reason for that. Touching any file, it gets
properly re-built (target SharedLib: libstagefright_soft_ffmpegvdec
...) but I can't find any "Install" message
from make.

What should I check?

thanks in advance
Fabio

-- 
-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

--- 
You received this message because you are subscribed to the Google Groups 
"android-porting" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to