Mercurial > mplayer.hg
changeset 35826:665b6195913e
List decoders and encoders in config.asm: Prepare for upcoming FFmpeg patch.
author | cehoyos |
---|---|
date | Mon, 18 Feb 2013 12:40:07 +0000 |
parents | e879f0597319 |
children | 88a9862c25e6 |
files | configure |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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