diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
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 ) |