You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
rename CONFIG_SDL -> HAVE_SDL
Originally committed as revision 6950 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -1821,7 +1821,7 @@ if test "$pthreads" = "yes" ; then
|
|||||||
echo "#define HAVE_THREADS 1" >> $TMPH
|
echo "#define HAVE_THREADS 1" >> $TMPH
|
||||||
fi
|
fi
|
||||||
if test "$sdl" = "yes" ; then
|
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_LIBS=`"${SDL_CONFIG}" --libs`" >> config.mak
|
||||||
echo "SDL_CFLAGS=`"${SDL_CONFIG}" --cflags`" >> config.mak
|
echo "SDL_CFLAGS=`"${SDL_CONFIG}" --cflags`" >> config.mak
|
||||||
if test "$sdl_video_size" = "yes"; then
|
if test "$sdl_video_size" = "yes"; then
|
||||||
|
Reference in New Issue
Block a user