[MPlayer-cvslog] r32736 - trunk/configure

reimar subversion at mplayerhq.hu
Thu Dec 30 13:48:03 CET 2010


Author: reimar
Date: Thu Dec 30 13:48:03 2010
New Revision: 32736

Log:
Define CONFIG_GPL in config.asm, fixes compilation with YASM.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Mon Dec 27 11:02:23 2010	(r32735)
+++ trunk/configure	Thu Dec 30 13:48:03 2010	(r32736)
@@ -8829,6 +8829,7 @@ cmp -s "$TMPH" ffmpeg/libavutil/avconfig
 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"


More information about the MPlayer-cvslog mailing list