[Ffmpeg-cvslog] r6950 - trunk/configure

mru subversion
Thu Nov 9 00:22:59 CET 2006


Author: mru
Date: Thu Nov  9 00:22:55 2006
New Revision: 6950

Modified:
   trunk/configure

Log:
rename CONFIG_SDL -> HAVE_SDL


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Thu Nov  9 00:22:55 2006
@@ -1821,7 +1821,7 @@
   echo "#define HAVE_THREADS 1" >> $TMPH
 fi
 if test "$sdl" = "yes" ; then
-  echo "CONFIG_SDL=yes" >> config.mak
+  echo "HAVE_SDL=yes" >> config.mak
   echo "SDL_LIBS=`"${SDL_CONFIG}" --libs`" >> config.mak
   echo "SDL_CFLAGS=`"${SDL_CONFIG}" --cflags`" >> config.mak
   if test "$sdl_video_size" = "yes"; then




More information about the ffmpeg-cvslog mailing list