mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
make sdl depend on X
Original commit message from CVS: make sdl depend on X
This commit is contained in:
parent
c7177d2392
commit
a67a502e04
1 changed files with 4 additions and 1 deletions
|
@ -1090,7 +1090,10 @@ GST_CHECK_FEATURE(RAW1394, [raw1394 library], dv1394src, [
|
|||
dnl *** SDL ***
|
||||
translit(dnm, m, l) AM_CONDITIONAL(USE_SDL, true)
|
||||
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 ***
|
||||
|
|
Loading…
Reference in a new issue