[MPlayer-cvslog] r35677 - trunk/configure

cehoyos subversion at mplayerhq.hu
Thu Dec 13 11:25:18 CET 2012


Author: cehoyos
Date: Thu Dec 13 11:25:18 2012
New Revision: 35677

Log:
Fix compilation with current FFmpeg git head.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Thu Dec 13 06:19:29 2012	(r35676)
+++ trunk/configure	Thu Dec 13 11:25:18 2012	(r35677)
@@ -9063,6 +9063,7 @@ if x86; then
 # 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"


More information about the MPlayer-cvslog mailing list