summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2012-06-16 18:29:54 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-06-16 18:29:54 +0100
commitfeb316e60421b52c51e15d3b7cfee2102d534def (patch)
tree78380cb8c51c42a8384e9b89061aeda6a216bf25 /configure.ac
parent0278ba7e7cc2ec902235c0e1a2c75f92fdc5ebc6 (diff)
synaesthesia: remove experimental GPL-ed synaesthesia plugin
It never made it out of experimental, and there's a new synaescope element in gst-plugins-bad that's hopefully sufficiently similar. https://bugzilla.gnome.org/show_bug.cgi?id=356882
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 706afa17..4f852a3a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -218,7 +218,6 @@ AG_GST_CHECK_PLUGIN(dvdlpcmdec)
AG_GST_CHECK_PLUGIN(dvdsub)
AG_GST_CHECK_PLUGIN(xingmux)
AG_GST_CHECK_PLUGIN(realmedia)
-AG_GST_CHECK_PLUGIN(synaesthesia)
AC_CHECK_HEADERS([winsock2.h], HAVE_WINSOCK2_H=yes)
@@ -227,11 +226,6 @@ if test "x$HAVE_WINSOCK2_H" = "xyes"; then
AC_SUBST(WIN32_LIBS)
fi
-dnl disable experimental plug-ins
-if test "x$BUILD_EXPERIMENTAL" != "xyes"; then
- AG_GST_DISABLE_PLUGIN(synaesthesia)
-fi
-
dnl *** ext plug-ins ***
dnl keep this list sorted alphabetically !
@@ -444,7 +438,6 @@ gst/asfdemux/Makefile
gst/dvdlpcmdec/Makefile
gst/dvdsub/Makefile
gst/realmedia/Makefile
-gst/synaesthesia/Makefile
gst/xingmux/Makefile
ext/Makefile
ext/a52dec/Makefile