diff options
author | Måns Rullgård <mans@mansr.com> | 2006-11-08 23:22:55 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2006-11-08 23:22:55 +0000 |
commit | c63b9a1123cc40328387d2c79a4e5301c157aa02 (patch) | |
tree | ae4edb523b891dba47b08b6c647a0e05cca217ac | |
parent | d226c75084fa31dc12cbef7657ecbd6f7133d172 (diff) | |
download | ffmpeg-c63b9a1123cc40328387d2c79a4e5301c157aa02.tar.gz |
rename CONFIG_SDL -> HAVE_SDL
Originally committed as revision 6950 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |