summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2001-12-20 23:21:15 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2001-12-20 23:21:15 +0000
commita108514e7ac621aef307e3c122baba34ec0aa3d0 (patch)
tree867c3b82c16e3dc99eb18f2317ed6f18fb1e22e1 /configure.ac
parent2819ff07ce87daee3d0f9c0f8607fa721ee0783f (diff)
downloadgst-plugins-bad-a108514e7ac621aef307e3c122baba34ec0aa3d0.tar.gz
gst-plugins-bad-a108514e7ac621aef307e3c122baba34ec0aa3d0.tar.bz2
gst-plugins-bad-a108514e7ac621aef307e3c122baba34ec0aa3d0.zip
added sdl
Original commit message from CVS: added sdl
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 4 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 22a88db4..3874d6ec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -568,9 +568,9 @@ dnl AC_CHECK_HEADERS(rtp/rtp-audio.h, :, HAVE_LIBRTP=no)
dnl *** SDL ***
-translit(dnm, m, l) AM_CONDITIONAL(USE_LIBSDL, true)
-GST_CHECK_FEATURE(LIBSDL, [SDL plugin], sdlvideosink, [
- AM_PATH_SDL(, HAVE_LIBSDL=yes, HAVE_LIBSDL=no)
+translit(dnm, m, l) AM_CONDITIONAL(USE_SDL, true)
+GST_CHECK_FEATURE(SDL, [SDL plugin], sdlvideosink, [
+ AM_PATH_SDL(, HAVE_SDL=yes, HAVE_SDL=no)
])
dnl *** shout ***
@@ -1147,6 +1147,7 @@ sys/xvideo/Makefile
ext/Makefile
ext/esd/Makefile
ext/mad/Makefile
+ext/sdl/Makefile
ext/vorbis/Makefile
)