[MPlayer-cvslog] r37551 - trunk/configure
michael
subversion at mplayerhq.hu
Thu Oct 22 21:35:02 CEST 2015
Author: michael
Date: Thu Oct 22 21:35:02 2015
New Revision: 37551
Log:
configure: add HAVE_*_INLINE to .asm
fixes build
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Thu Oct 22 20:23:29 2015 (r37550)
+++ trunk/configure Thu Oct 22 21:35:02 2015 (r37551)
@@ -9386,6 +9386,7 @@ echo "%define HAVE_ALIGNED_STACK 1" >> "
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"
+echo "$(ff_config_enable "$cpuexts_all" "$cpuexts" "%" "HAVE" "_INLINE")" >> "$TMPS"
echo "$(ff_config_enable "$yasm_features_all" "$yasm_features" "%" "HAVE")" >> "$TMPS"
echo "$(ff_config_enable "$libavdecoders_all" "$libavdecoders" "%" "CONFIG")" >> "$TMPS"
echo "$(ff_config_enable "$libavencoders_all" "$libavencoders" "%" "CONFIG")" >> "$TMPS"
More information about the MPlayer-cvslog
mailing list