projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d226c75
)
rename CONFIG_SDL -> HAVE_SDL
author
Måns Rullgård
<mans@mansr.com>
Wed, 8 Nov 2006 23:22:55 +0000
(23:22 +0000)
committer
Måns Rullgård
<mans@mansr.com>
Wed, 8 Nov 2006 23:22:55 +0000
(23:22 +0000)
Originally committed as revision 6950 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index
dcbaa55
..
22afe15
100755
(executable)
--- 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