mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
make sdl depend on X
Original commit message from CVS: make sdl depend on X
This commit is contained in:
parent
61e750a1f4
commit
0d6a451d57
1 changed files with 4 additions and 1 deletions
|
@ -1090,7 +1090,10 @@ GST_CHECK_FEATURE(RAW1394, [raw1394 library], dv1394src, [
|
||||||
dnl *** SDL ***
|
dnl *** SDL ***
|
||||||
translit(dnm, m, l) AM_CONDITIONAL(USE_SDL, true)
|
translit(dnm, m, l) AM_CONDITIONAL(USE_SDL, true)
|
||||||
GST_CHECK_FEATURE(SDL, [SDL plug-in], sdlvideosink, [
|
GST_CHECK_FEATURE(SDL, [SDL plug-in], sdlvideosink, [
|
||||||
AM_PATH_SDL(, HAVE_SDL=yes, HAVE_SDL=no)
|
dnl sdlvideosink depends on the xoverlay interface, which depends on X
|
||||||
|
if test x$HAVE_X = xyes; then
|
||||||
|
AM_PATH_SDL(, HAVE_SDL=yes, HAVE_SDL=no)
|
||||||
|
fi
|
||||||
])
|
])
|
||||||
|
|
||||||
dnl *** shout ***
|
dnl *** shout ***
|
||||||
|
|
Loading…
Reference in a new issue