From c63b9a1123cc40328387d2c79a4e5301c157aa02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Wed, 8 Nov 2006 23:22:55 +0000 Subject: [PATCH] rename CONFIG_SDL -> HAVE_SDL Originally committed as revision 6950 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index dcbaa55bc5..22afe15c6b 100755 --- a/configure +++ b/configure @@ -1821,7 +1821,7 @@ if test "$pthreads" = "yes" ; then 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