summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2012-07-29 18:33:33 +0200
committerOlivier CrĂȘte <olivier.crete@collabora.com>2012-09-10 19:32:08 -0400
commit800359a5ff6e8c96081c9105f5181d42902540ba (patch)
treed02c14fbf4ad0dfa6710889a0751697f9d895abe /configure.ac
parent47e9330fdfe77be3df5b13b1110c16c331485747 (diff)
downloadlibnice-800359a5ff6e8c96081c9105f5181d42902540ba.tar.gz
Check gstreamer 1.0 not 0.11
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index ce1dbe6..7983828 100644
--- a/configure.ac
+++ b/configure.ac
@@ -118,12 +118,12 @@ AC_ARG_WITH(gstreamer,
AS_IF([test "$with_gstreamer" != no], [
PKG_CHECK_MODULES(GST, [
- gstreamer-0.11 >= 0.11.1
- gstreamer-base-0.11 >= 0.11.1
+ gstreamer-1.0 >= 0.11.1
+ gstreamer-base-1.0 >= 0.11.1
],
[
with_gstreamer=yes
- GST_MAJORMINOR=0.11
+ GST_MAJORMINOR=1.0
gstplugindir="\$(libdir)/gstreamer-$GST_MAJORMINOR"
],
[