build-scripts-of-ffmpeg-x264-for-android-ndk icon indicating copy to clipboard operation
build-scripts-of-ffmpeg-x264-for-android-ndk copied to clipboard

ffmpeg build scripts for android ndk usage (including x264)

Results 6 build-scripts-of-ffmpeg-x264-for-android-ndk issues
Sort by recently updated
recently updated
newest added

Getting this error. Please find CLI logs here. Following from here: https://yesimroy.gitbooks.io/android-note/content/compile_ffmpeg_for_android.html ``` My-MacBook-Pro:ffmpeg bipin$ ./build_android_all.sh /Users/bipin/android/android-sdk/ndk-bundle/toolchains/arm-linux-androideabi-4.9/prebuilt/darwin-x86_64/bin/arm-linux-androideabi-gcc is unable to create an executable file. C compiler test failed. If you...

``` LD libavutil/libavutil.so.55 /home/user/Android/AndroidStudioProjects/FFmpeg/toolchain-android/sysroot/usr/lib/crtbegin_dynamic.o:crtbegin.c:function _start_main: error: undefined reference to 'main' libavutil/file.o:file.c:function av_file_map: error: undefined reference to 'mmap64' libavutil/log.o:log.c:function colored_fputs.part.0: error: undefined reference to 'stderr' libavutil/log.o:log.c:function av_log_default_callback: error: undefined reference to...

You use you user in NDK variable, so everyone has to change it. With this PR I change it so a more general way, and a short docu in README.md...

I am using ffmpeg-3.2.8 and put all the .sh files into the ffmpeg folder(also changed the NDK path). After executing the `build_android_all.sh` only one folder(arm) is getting created inside the...

Thank you for your build_android_arm64_v8a.sh to help me build ffmpeg success. I want to use a .so file in my android project. So could you tell me how to get...

i can not found script build_android_mips64.sh for x264. can u upload it? thanks you very much!