# HG changeset patch # User cehoyos # Date 1361191207 0 # Node ID 665b6195913e5b41fade889a424f5a2e9458e6e6 # Parent e879f05973191aa5085f743bc5592466d1f3b929 List decoders and encoders in config.asm: Prepare for upcoming FFmpeg patch. diff -r e879f0597319 -r 665b6195913e configure --- a/configure Mon Feb 18 12:33:04 2013 +0000 +++ b/configure Mon Feb 18 12:40:07 2013 +0000 @@ -9139,7 +9139,7 @@ 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 "$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