# HG changeset patch # User reimar # Date 1293713283 0 # Node ID 409e8e7420123422b1283b7e1d7fb0052d762076 # Parent bf17d666be4474cb8e8e491c0957fe840cf8d9fe Define CONFIG_GPL in config.asm, fixes compilation with YASM. diff -r bf17d666be44 -r 409e8e742012 configure --- a/configure Mon Dec 27 10:02:23 2010 +0000 +++ b/configure Thu Dec 30 12:48:03 2010 +0000 @@ -8829,6 +8829,7 @@ if x86; then # Create a skeleton config.asm with just the ARCH_ definitions for FFmpeg. > "$TMPS" +echo "%define CONFIG_GPL" >> "$TMPS" for part in $arch $subarch; do part=$(echo $part | tr '[a-z]' '[A-Z]') echo "%define ARCH_${part}" >> "$TMPS"