Commit 09e1b065 authored by mru's avatar mru

rename CONFIG_SDL -> HAVE_SDL


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6950 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b3d2ee43
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment