


OBJCC=/root/Android/android-ndk//toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gcc 整个configure文件就是倒来倒去,好多配置都是编译前的环境测试,测试完后最终会生成一个config.mak: cat > config.mak > config.makĮval echo "$/lib/pkgconfigĬC_IDENT=gcc 4.9.x (GCC) 20150123 (prerelease)ĬC=/root/Android/android-ndk//toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gccĬXX=/root/Android/android-ndk//toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ĪS=/root/Android/android-ndk//toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gcc Print_config CONFIG_ "$config_files" $CONFIG_LIST \ Print_config HAVE_ "$config_files" $HAVE_LIST Print_config ARCH_ "$config_files" $ARCH_LIST # Output the number of columns of the terminal # 72 used instead of 80 since that's the default of pr If test -n "$ncolors" & test $ncolors -ge 8 then

Test -d /usr/xpg4/bin & PATH=/usr/xpg4/bin:$PATH If test "$BASH_VERSION" = '2.04.0(1)-release' thenĮcho "This bash version ($BASH_VERSION) is broken on your platform."Įcho "Upgrade to a later version if available." Try_exec /usr/xpg4/bin/sh "$0" "No compatible shell script interpreter found."Įcho "This configure script requires a POSIX-compatible shell"Įcho "THIS IS NOT A BUG IN FFMPEG, DO NOT REPORT IT AS SUCH."Įcho "Instead, install a working POSIX-compatible shell."Įcho "Disabling this configure test will create a broken FFmpeg." Try_exec ksh "$0" test "0$FF_CONF_EXEC" -lt 3 then Try_exec bash "$0" test "0$FF_CONF_EXEC" -lt 2 then If test "$E1" != 0 || test "$E2" = 0 thenĮcho "Broken shell detected. # try to make this part work with most shells # make sure we are running under a compatible shell # Prevent locale nonsense from breaking basic text processing. # Copyright (c) 2000-2002 Fabrice Bellard
