projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0057be
)
make sdl depend on X
author
Thomas Vander Stichele
<thomas@apestaart.org>
Sun, 14 Dec 2003 23:28:34 +0000
(23:28 +0000)
committer
Thomas Vander Stichele
<thomas@apestaart.org>
Sun, 14 Dec 2003 23:28:34 +0000
(23:28 +0000)
Original commit message from CVS:
make sdl depend on X
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
365fcfb
..
d2f9f16
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-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 ***