summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarinarayan Bhatta2014-06-09 04:38:51 -0500
committerHarinarayan Bhatta2014-06-09 04:38:51 -0500
commiteb3803d5c9b87c41375e85433b643aa26b514b30 (patch)
tree2125db7d04df9b0ed4fd7fb98c09511e75cdc6ea
parentf37124789d9e76de31fbd309296f3a4abb4440a6 (diff)
downloadexample-applications-eb3803d5c9b87c41375e85433b643aa26b514b30.tar.gz
example-applications-eb3803d5c9b87c41375e85433b643aa26b514b30.tar.xz
example-applications-eb3803d5c9b87c41375e85433b643aa26b514b30.zip
configure.ac: remove dependency of gst-plugins-base, bad...
Signed-off-by: Harinarayan Bhatta <harinarayan@ti.com>
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index e65333e..360422e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,9 +44,6 @@ dnl Check for the required version of GStreamer core (and gst-plugins-base)
44dnl This will export GST_CFLAGS and GST_LIBS variables for use in Makefile.am 44dnl This will export GST_CFLAGS and GST_LIBS variables for use in Makefile.am
45PKG_CHECK_MODULES(GST, [ 45PKG_CHECK_MODULES(GST, [
46 gstreamer-0.10 >= $GST_REQUIRED 46 gstreamer-0.10 >= $GST_REQUIRED
47 gstreamer-base-0.10 >= $GST_REQUIRED
48 gstreamer-plugins-base-0.10 >= $GST_REQUIRED
49 gstreamer-plugins-bad-0.10
50], [ 47], [
51 AC_SUBST(GST_CFLAGS) 48 AC_SUBST(GST_CFLAGS)
52 AC_SUBST(GST_LIBS) 49 AC_SUBST(GST_LIBS)