Skip to content

Instantly share code, notes, and snippets.

@dturner
dturner / ffmpeg-build.sh
Last active June 14, 2022 07:03
FFmpeg configure options
#!/bin/bash
if [ -z "$ANDROID_NDK" ]; then
echo "Please set ANDROID_NDK to the Android NDK folder"
exit 1
fi
#Change to your local machine's architecture
HOST_OS_ARCH=darwin-x86_64
function configure_ffmpeg {