[MPlayer-cvslog] r35920 - trunk/configure

cehoyos subversion at mplayerhq.hu
Mon Feb 18 13:40:07 CET 2013


Author: cehoyos
Date: Mon Feb 18 13:40:07 2013
New Revision: 35920

Log:
List decoders and encoders in config.asm: Prepare for upcoming FFmpeg patch.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Mon Feb 18 13:33:04 2013	(r35919)
+++ trunk/configure	Mon Feb 18 13:40:07 2013	(r35920)
@@ -9139,7 +9139,7 @@ cmp -s "$TMPH" ffmpeg/libavutil/avconfig
 
 
 if x86; then
-# Create a skeleton config.asm with just the ARCH_ definitions for FFmpeg.
+# Create a skeleton config.asm with just the ARCH_ and *CODER definitions for FFmpeg.
 > "$TMPS"
 echo "%define CONFIG_GPL 1" >> "$TMPS"
 echo "%define HAVE_ALIGNED_STACK 1" >> "$TMPS"
@@ -9147,6 +9147,8 @@ echo "$(ff_config_enable "$arch_all" "$a
 echo "$(ff_config_enable "$subarch_all" "$subarch" "%" "ARCH")" >> "$TMPS"
 echo "$(ff_config_enable "$cpuexts_all" "$cpuexts" "%" "HAVE" "_EXTERNAL")" >> "$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"
 
 cmp -s "$TMPS" ffmpeg/config.asm || mv -f "$TMPS" ffmpeg/config.asm
 fi


More information about the MPlayer-cvslog mailing list