diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2008-02-06 18:56:40 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2008-02-06 18:56:40 +0000 |
commit | 20751bdbd37ea868b591bb87c33dc05e6534d7b5 (patch) | |
tree | af51c52b9070af7cb30a5c6e13b3ba876770ffb1 | |
parent | b830c4bd7db3e49754c66e6b6c9ba6428af63573 (diff) | |
download | gst-plugins-bad-20751bdbd37ea868b591bb87c33dc05e6534d7b5.tar.gz gst-plugins-bad-20751bdbd37ea868b591bb87c33dc05e6534d7b5.tar.bz2 gst-plugins-bad-20751bdbd37ea868b591bb87c33dc05e6534d7b5.zip |
configure.ac: ximagesrc has moved to -good, so no need to check for the required X libs here any more.
Original commit message from CVS:
* configure.ac:
ximagesrc has moved to -good, so no need to check for
the required X libs here any more.
-rw-r--r-- | ChangeLog | 6 | ||||
m--------- | common | 0 | ||||
-rw-r--r-- | configure.ac | 31 |
3 files changed, 6 insertions, 31 deletions
@@ -1,3 +1,9 @@ +2008-02-06 Tim-Philipp Müller <tim at centricular dot net> + + * configure.ac: + ximagesrc has moved to -good, so no need to check for + the required X libs here any more. + 2008-02-06 Sebastian Dröge <slomo@circular-chaos.org> Patch by: Wouter Cloetens <wouter at mind dot be> diff --git a/common b/common -Subproject 3c5473161ce19a3530bad279b842d542895b150 +Subproject 8b37d7ee833fab1d25b484d8574df3dae231b5f diff --git a/configure.ac b/configure.ac index eced0674..f5ba905a 100644 --- a/configure.ac +++ b/configure.ac @@ -320,36 +320,6 @@ AG_GST_CHECK_FEATURE(VCD, [Video CD], vcdsrc, [ AC_CHECK_HEADER(linux/cdrom.h, HAVE_VCD="yes", HAVE_VCD="no") ]) -dnl Check for X11 -translit(dnm, m, l) AM_CONDITIONAL(USE_X, true) -AG_GST_CHECK_FEATURE(X, [X libraries and plugins], - [ximagesrc], [ - AC_PATH_XTRA - - dnl now try to find the HEADER - ac_cflags_save="$CFLAGS" - ac_cppflags_save="$CPPFLAGS" - CFLAGS="$CFLAGS $X_CFLAGS" - CPPFLAGS="$CPPFLAGS $X_CFLAGS" - AC_CHECK_HEADER(X11/X.h, HAVE_X="yes", HAVE_X="no") - - if test "x$HAVE_X" = "xno" - then - AC_MSG_NOTICE([cannot find X11 development files]) - else - dnl this is much more than we want - X_LIBS="$X_LIBS $X_PRE_LIBS $X_EXTRA_LIBS" - dnl AC_PATH_XTRA only defines the path needed to find the X libs, - dnl it does not add the libs; therefore we add them here - X_LIBS="$X_LIBS -lX11" - AC_SUBST(X_CFLAGS) - AC_SUBST(X_LIBS) - fi - AC_SUBST(HAVE_X) - CFLAGS="$ac_cflags_save" - CPPFLAGS="$ac_cppflags_save" -]) - dnl *** ext plug-ins *** dnl keep this list sorted alphabetically ! @@ -993,7 +963,6 @@ dnl but we still need to set the conditionals AM_CONDITIONAL(USE_OPENGL, false) AM_CONDITIONAL(USE_QUICKTIME, false) AM_CONDITIONAL(USE_VCD, false) -AM_CONDITIONAL(USE_X, false) AM_CONDITIONAL(USE_ALSA, false) AM_CONDITIONAL(USE_AMRWB, false) AM_CONDITIONAL(USE_BZ2, false) |