2015-05-27 55 views
1

我得到了關於ffmpeg 2.6的編譯錯誤。 我使用了android-ndk-r10d。 如何解決?如何解決與android NDK的ffmpeg 2.6有關的編譯錯誤?

libavformat/mov.c:653: error: undefined reference to 'avpriv_ac3_channel_layout_tab' 
libavformat/mov.c:685: error: undefined reference to 'avpriv_ac3_channel_layout_tab' 
libavformat/movenc.c:4818: error: undefined reference to 'avpriv_pix_fmt_bps_mov' 
libavformat/movenc.c:1359: error: undefined reference to 'avpriv_pix_fmt_bps_mov' 
libavformat/utils.c:3375: error: undefined reference to 'avcodec_pix_fmt_to_codec_tag' 
libavformat/utils.c:3376: error: undefined reference to 'avpriv_get_raw_pix_fmt_tags' 

回答

0

的順序應該是這樣的:

LOCAL_STATIC_LIBRARIES += libavformat libavcodec libswresample libswscale libavutil