summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2009-04-17 18:51:40 +0200
committerEdward Hervey <bilboed@bilboed.com>2009-04-17 18:51:40 +0200
commita41177e510c20ce8f9c422675f9eae63b4a9bc78 (patch)
tree5286520f932b9024111d20f585a2552c60de4dec /configure.ac
parente9d2003af5ebcbd9bea9acecbcfa0950e23af378 (diff)
Wrap new API added in gstreamer-0.10.23. Partially fixes #578848
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 9 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 0176cfa..c3e0583 100644
--- a/configure.ac
+++ b/configure.ac
@@ -160,6 +160,13 @@ then
IGNORE_GST_0_10_22=""
fi
+ if test $GST_MINOR_VERSION -lt "23"
+ then
+ IGNORE_GST_0_10_23="gst-0.10.23.ignore"
+ else
+ IGNORE_GST_0_10_23=""
+ fi
+
dnl plugins base
if test $GST_PB_MINOR_VERSION -lt "14"
then
@@ -199,6 +206,7 @@ else
IGNORE_GST_0_10_20=""
IGNORE_GST_0_10_21=""
IGNORE_GST_0_10_22=""
+ IGNORE_GST_0_10_23=""
IGNORE_GST_PB_0_10_14=""
IGNORE_GST_PB_0_10_16=""
IGNORE_GST_PB_0_10_18=""
@@ -216,6 +224,7 @@ AC_SUBST(IGNORE_GST_0_10_18)
AC_SUBST(IGNORE_GST_0_10_20)
AC_SUBST(IGNORE_GST_0_10_21)
AC_SUBST(IGNORE_GST_0_10_22)
+AC_SUBST(IGNORE_GST_0_10_23)
AC_SUBST(IGNORE_GST_PB_0_10_14)
AC_SUBST(IGNORE_GST_PB_0_10_16)
AC_SUBST(IGNORE_GST_PB_0_10_18)