提交 c63b9a11 编写于 作者: M Måns Rullgård

rename CONFIG_SDL -> HAVE_SDL

Originally committed as revision 6950 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 d226c750
......@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册