mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
added sdl
Original commit message from CVS: added sdl
This commit is contained in:
parent
28470e053e
commit
70a2c5f9a1
1 changed files with 4 additions and 3 deletions
|
@ -568,9 +568,9 @@ dnl AC_CHECK_HEADERS(rtp/rtp-audio.h, :, HAVE_LIBRTP=no)
|
||||||
|
|
||||||
|
|
||||||
dnl *** SDL ***
|
dnl *** SDL ***
|
||||||
translit(dnm, m, l) AM_CONDITIONAL(USE_LIBSDL, true)
|
translit(dnm, m, l) AM_CONDITIONAL(USE_SDL, true)
|
||||||
GST_CHECK_FEATURE(LIBSDL, [SDL plugin], sdlvideosink, [
|
GST_CHECK_FEATURE(SDL, [SDL plugin], sdlvideosink, [
|
||||||
AM_PATH_SDL(, HAVE_LIBSDL=yes, HAVE_LIBSDL=no)
|
AM_PATH_SDL(, HAVE_SDL=yes, HAVE_SDL=no)
|
||||||
])
|
])
|
||||||
|
|
||||||
dnl *** shout ***
|
dnl *** shout ***
|
||||||
|
@ -1147,6 +1147,7 @@ sys/xvideo/Makefile
|
||||||
ext/Makefile
|
ext/Makefile
|
||||||
ext/esd/Makefile
|
ext/esd/Makefile
|
||||||
ext/mad/Makefile
|
ext/mad/Makefile
|
||||||
|
ext/sdl/Makefile
|
||||||
ext/vorbis/Makefile
|
ext/vorbis/Makefile
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue