changeset 32649:409e8e742012

Define CONFIG_GPL in config.asm, fixes compilation with YASM.
author reimar
date Thu, 30 Dec 2010 12:48:03 +0000
parents bf17d666be44
children 0ed5f3cf6c6e
files configure
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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"