changeset 35583:c0e00a10a620

Fix compilation with current FFmpeg git head.
author cehoyos
date Thu, 13 Dec 2012 10:25:18 +0000
parents 373c7154ec54
children fb92c6de7f70
files configure
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Thu Dec 13 05:19:29 2012 +0000
+++ b/configure	Thu Dec 13 10:25:18 2012 +0000
@@ -9063,6 +9063,7 @@
 # Create a skeleton config.asm with just the ARCH_ definitions for FFmpeg.
 > "$TMPS"
 echo "%define CONFIG_GPL 1" >> "$TMPS"
+echo "%define HAVE_ALIGNED_STACK 1" >> "$TMPS"
 echo "$(ff_config_enable "$arch_all" "$arch" "%" "ARCH")" >> "$TMPS"
 echo "$(ff_config_enable "$subarch_all" "$subarch" "%" "ARCH")" >> "$TMPS"
 echo "$(ff_config_enable "$cpuexts_all" "$cpuexts" "%" "HAVE" "_EXTERNAL")" >> "$TMPS"