Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

fixed Android x86 support #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

fixed Android x86 support #6

wants to merge 1 commit into from

Conversation

ph0b
Copy link

@ph0b ph0b commented Jul 31, 2014

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

@naevtamarkus
Copy link

👍 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?

@ph0b
Copy link
Author

ph0b commented Oct 1, 2015

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants