appunite / AndroidFFmpeg

[DEPRECATED] FFmpeg build for android random architectures with example jni
Apache License 2.0
1.07k stars 471 forks source link

Cannot build shared libraries #47

Closed vijayhubino closed 9 years ago

vijayhubino commented 11 years ago

I have followed the steps given to build FFmpegLibrary. But when i run ./build_android.sh, i am getting an exception as "./configure : No such file or directory" in the below code.

cd vo-amrwbenc ./configure \ --prefix=$(pwd)/$PREFIX \ --host=$ARCH-linux \ --disable-dependency-tracking \ --disable-shared \ --enable-static \ --with-pic \ $ADDITIONAL_CONFIGURE_FLAG \ || exit 1

I have downloaded and added the submodules under jni from the path given in the .gitmodules file. Is there any builded version of FFmpegLibrary available?

jacek-marchwicki commented 9 years ago

Not enough informations ... please download the newest version