[FFmpeg-cvslog] r21192 - trunk/configure

mru subversion
Wed Jan 13 18:48:13 CET 2010


Author: mru
Date: Wed Jan 13 18:48:13 2010
New Revision: 21192

Log:
Define !CONFIG_FOO in config.make if feature disabled

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Wed Jan 13 17:46:39 2010	(r21191)
+++ trunk/configure	Wed Jan 13 18:48:13 2010	(r21192)
@@ -482,6 +482,7 @@ print_config(){
             echo "${pfx}${ucname}=yes" >> $makefile
         else
             echo "#define ${pfx}${ucname} 0" >> $header
+            echo "!${pfx}${ucname}=yes" >> $makefile
         fi
     done
 }



More information about the ffmpeg-cvslog mailing list