├── README.md ├── ffmpeg ├── build_android_all.sh ├── build_android_arm64_v8a.sh ├── build_android_armeabi.sh ├── build_android_armeabi_v7a.sh ├── build_android_mips.sh ├── build_android_x86.sh └── build_android_x86_64.sh └── x264 ├── build_android_all.sh ├── build_android_arm.sh ├── build_android_arm64-v8a.sh ├── build_android_mips.sh ├── build_android_x86.sh └── build_android_x86_64.sh /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoyGuanyu/build-scripts-of-ffmpeg-x264-for-android-ndk/HEAD/README.md -------------------------------------------------------------------------------- /ffmpeg/build_android_all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoyGuanyu/build-scripts-of-ffmpeg-x264-for-android-ndk/HEAD/ffmpeg/build_android_all.sh -------------------------------------------------------------------------------- /ffmpeg/build_android_arm64_v8a.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoyGuanyu/build-scripts-of-ffmpeg-x264-for-android-ndk/HEAD/ffmpeg/build_android_arm64_v8a.sh -------------------------------------------------------------------------------- /ffmpeg/build_android_armeabi.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoyGuanyu/build-scripts-of-ffmpeg-x264-for-android-ndk/HEAD/ffmpeg/build_android_armeabi.sh -------------------------------------------------------------------------------- /ffmpeg/build_android_armeabi_v7a.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoyGuanyu/build-scripts-of-ffmpeg-x264-for-android-ndk/HEAD/ffmpeg/build_android_armeabi_v7a.sh -------------------------------------------------------------------------------- /ffmpeg/build_android_mips.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoyGuanyu/build-scripts-of-ffmpeg-x264-for-android-ndk/HEAD/ffmpeg/build_android_mips.sh -------------------------------------------------------------------------------- /ffmpeg/build_android_x86.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoyGuanyu/build-scripts-of-ffmpeg-x264-for-android-ndk/HEAD/ffmpeg/build_android_x86.sh -------------------------------------------------------------------------------- /ffmpeg/build_android_x86_64.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoyGuanyu/build-scripts-of-ffmpeg-x264-for-android-ndk/HEAD/ffmpeg/build_android_x86_64.sh -------------------------------------------------------------------------------- /x264/build_android_all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoyGuanyu/build-scripts-of-ffmpeg-x264-for-android-ndk/HEAD/x264/build_android_all.sh -------------------------------------------------------------------------------- /x264/build_android_arm.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoyGuanyu/build-scripts-of-ffmpeg-x264-for-android-ndk/HEAD/x264/build_android_arm.sh -------------------------------------------------------------------------------- /x264/build_android_arm64-v8a.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoyGuanyu/build-scripts-of-ffmpeg-x264-for-android-ndk/HEAD/x264/build_android_arm64-v8a.sh -------------------------------------------------------------------------------- /x264/build_android_mips.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoyGuanyu/build-scripts-of-ffmpeg-x264-for-android-ndk/HEAD/x264/build_android_mips.sh -------------------------------------------------------------------------------- /x264/build_android_x86.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoyGuanyu/build-scripts-of-ffmpeg-x264-for-android-ndk/HEAD/x264/build_android_x86.sh -------------------------------------------------------------------------------- /x264/build_android_x86_64.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RoyGuanyu/build-scripts-of-ffmpeg-x264-for-android-ndk/HEAD/x264/build_android_x86_64.sh --------------------------------------------------------------------------------