[FFmpeg-trac] #2819(avcodec:new): [Android] avcodec cannot find symbol OMXCodec::Create

FFmpeg trac at avcodec.org
Mon Jul 29 23:07:55 CEST 2013


#2819: [Android] avcodec cannot find symbol OMXCodec::Create
---------------------------------+--------------------------------------
             Reporter:  cxo      |                     Type:  defect
               Status:  new      |                 Priority:  critical
            Component:  avcodec  |                  Version:  git-master
             Keywords:           |               Blocked By:
             Blocking:           |  Reproduced by developer:  0
Analyzed by developer:  0        |
---------------------------------+--------------------------------------
 Runtime error when invoking ffprobe. Built using tools/build_stagefright

 {{{
 shell at android:/data/local # ./ffprobe /sdcard/VID_20120821_174449.mp4
 soinfo_link_image(linker.cpp:1635): could not load library
 "libavfilter.so" needed by "./ffprobe"; caused by
 soinfo_link_image(linker.cpp:1635): could not load library
 "libavformat.so" needed by "libavfilter.so"; caused by
 soinfo_link_image(linker.cpp:1635): could not load library "libavcodec.so"
 needed by "libavformat.so"; caused by soinfo_relocate(linker.cpp:975):
 cannot locate symbol
 "_ZN7android8OMXCodec6CreateERKNS_2spINS_4IOMXEEERKNS1_INS_8MetaDataEEEbRKNS1_INS_11MediaSourceEEEPKcj"
 referenced by "libavcodec.so"...CANNOT LINK EXECUTABLE

 255|shell at android:/data/local # ls
 ffmpeg
 ffprobe
 libavcodec.so
 libavdevice.so
 libavfilter.so
 libavformat.so
 libavutil.so
 libpostproc.so
 libswresample.so
 libswscale.so
 shell at android:/data/local #
 }}}

 ffmpeg version : git (6b68e2a43b3407522080be50a2a19cff2f9715ef)

 Device is a Nexus 10 (Android 4.2.2)

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/2819>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list