diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-20 23:21:14 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-20 23:21:14 +0000 |
commit | 72bd11693da24f302c6b1f35dc14b263853ddbc1 (patch) | |
tree | e8fbaf87c3230bfe0b98ca12b93e3a0514ddf3c2 /configure.ac | |
parent | 7b8037423b79b59463415ef169bdef6b4feae1fc (diff) |
added sdl
Original commit message from CVS:
added sdl
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 ) |