From 6b5282f5f4bcd39bc5226fc5de6840d86c9b2d8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 9 Dec 2011 17:22:31 +0000 Subject: [PATCH] Add gst-0.10.36.ignore file So things still compile with older versions of GStreamer. --- configure.ac | 9 +++++++++ gst/gst-0.10.36.ignore | 5 +++++ gst/gstversion.override.in | 1 + 3 files changed, 15 insertions(+) create mode 100644 gst/gst-0.10.36.ignore diff --git a/configure.ac b/configure.ac index 3544afb432..545779f63e 100644 --- a/configure.ac +++ b/configure.ac @@ -181,6 +181,13 @@ then IGNORE_GST_0_10_32="" fi + if test $GST_MINOR_VERSION -lt "36" + then + IGNORE_GST_0_10_36="gst-0.10.36.ignore" + else + IGNORE_GST_0_10_36="" + fi + dnl plugins base if test $GST_PB_MINOR_VERSION -ge "22" then @@ -258,6 +265,7 @@ else IGNORE_GST_0_10_30="" IGNORE_GST_0_10_31="" IGNORE_GST_0_10_32="" + IGNORE_GST_0_10_36="" IGNORE_GST_PB_0_10_23="" IGNORE_GST_PB_0_10_25="" IGNORE_GST_PB_0_10_26="" @@ -281,6 +289,7 @@ AC_SUBST(IGNORE_GST_0_10_29) AC_SUBST(IGNORE_GST_0_10_30) AC_SUBST(IGNORE_GST_0_10_31) AC_SUBST(IGNORE_GST_0_10_32) +AC_SUBST(IGNORE_GST_0_10_36) AC_SUBST(IGNORE_GST_PB_0_10_23) AC_SUBST(IGNORE_GST_PB_0_10_25) AC_SUBST(IGNORE_GST_PB_0_10_26) diff --git a/gst/gst-0.10.36.ignore b/gst/gst-0.10.36.ignore new file mode 100644 index 0000000000..84a6c25067 --- /dev/null +++ b/gst/gst-0.10.36.ignore @@ -0,0 +1,5 @@ +%% +ignore + gst_preset_set_app_dir + gst_preset_get_app_dir +%% diff --git a/gst/gstversion.override.in b/gst/gstversion.override.in index e1c449b35c..22d6bb940d 100644 --- a/gst/gstversion.override.in +++ b/gst/gstversion.override.in @@ -18,5 +18,6 @@ include @IGNORE_GST_PB_0_10_31@ @IGNORE_GST_0_10_32@ @IGNORE_GST_PB_0_10_32@ +@IGNORE_GST_0_10_36@ @IGNORE_GST_PB_0_10_36@ %%