Failed to ndk-build if add ffmpeg with 2012.11
cee1
fykcee1 at gmail.com
Thu Dec 13 04:29:55 PST 2012
Hi all,
To success to ndk-build when ffmpeg added, I add the following to
GSTREAMER_ANDROID_CMD(share/gst-android/ndk-build/android.mk):
* -lz
* -lbz2
* -Wl,--allow-multiple-definition
More about "-Wl,--allow-multiple-definition", it complains "multiple
definitions of av_malloc..." without the option, the multi-defined
av_malloc exist in libavutil.a and libgstffmpeg.a.
--
Regards,
- cee1
More information about the gstreamer-android
mailing list