android-ffmpeg icon indicating copy to clipboard operation
android-ffmpeg copied to clipboard

fixed Android x86 support

Open ph0b opened this issue 10 years ago • 2 comments

call NDK_ABI=x86 ./configure_make_everything.sh to generate x86 binaries

ph0b avatar Jul 31 '14 12:07 ph0b

:+1: to this. Unfortunately it does not work for me (while compiling sox):

/scratch/android/android-ndk-r10d/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/ld: warning: skipping incompatible /home/pablof/Downloads/android-ffmpeg-xx/x264/libx264.a while searching for x264
/scratch/android/android-ndk-r10d/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lx264
/scratch/android/android-ndk-r10d/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/ld: /home/pablof/Downloads/android-ffmpeg-xx/data/data/info.guardianproject.ffmpeg/app_opt/lib/libavcodec.a(libx264.o): in function X264_frame:libavcodec/libx264.c:156: error: undefined reference to 'x264_picture_init'

Is there nobody maintaining this repository anymore?

naevtamarkus avatar Apr 07 '15 20:04 naevtamarkus

I've updated my branch so it can be merged again.

@naevtamarkus it seems your NDK_ABI variable got reset and the ARM compiler got used at some point. You can give a try to the latest version, I tested the latest build scripts and everything went fine.

ph0b avatar Oct 01 '15 09:10 ph0b