comparison configure @ 35583:c0e00a10a620

Fix compilation with current FFmpeg git head.
author cehoyos
date Thu, 13 Dec 2012 10:25:18 +0000
parents 1a510ca3a047
children 9bc76ce5b1df
comparison
equal deleted inserted replaced
35582:373c7154ec54 35583:c0e00a10a620
9061 9061
9062 if x86; then 9062 if x86; then
9063 # Create a skeleton config.asm with just the ARCH_ definitions for FFmpeg. 9063 # Create a skeleton config.asm with just the ARCH_ definitions for FFmpeg.
9064 > "$TMPS" 9064 > "$TMPS"
9065 echo "%define CONFIG_GPL 1" >> "$TMPS" 9065 echo "%define CONFIG_GPL 1" >> "$TMPS"
9066 echo "%define HAVE_ALIGNED_STACK 1" >> "$TMPS"
9066 echo "$(ff_config_enable "$arch_all" "$arch" "%" "ARCH")" >> "$TMPS" 9067 echo "$(ff_config_enable "$arch_all" "$arch" "%" "ARCH")" >> "$TMPS"
9067 echo "$(ff_config_enable "$subarch_all" "$subarch" "%" "ARCH")" >> "$TMPS" 9068 echo "$(ff_config_enable "$subarch_all" "$subarch" "%" "ARCH")" >> "$TMPS"
9068 echo "$(ff_config_enable "$cpuexts_all" "$cpuexts" "%" "HAVE" "_EXTERNAL")" >> "$TMPS" 9069 echo "$(ff_config_enable "$cpuexts_all" "$cpuexts" "%" "HAVE" "_EXTERNAL")" >> "$TMPS"
9069 echo "$(ff_config_enable "$yasm_features_all" "$yasm_features" "%" "HAVE")" >> "$TMPS" 9070 echo "$(ff_config_enable "$yasm_features_all" "$yasm_features" "%" "HAVE")" >> "$TMPS"
9070 9071