Add gst-0.10.36.ignore file

So things still compile with older versions of GStreamer.
This commit is contained in:
Tim-Philipp Müller 2011-12-09 17:22:31 +00:00
parent 574275e773
commit 6b5282f5f4
3 changed files with 15 additions and 0 deletions

View file

@ -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)

5
gst/gst-0.10.36.ignore Normal file
View file

@ -0,0 +1,5 @@
%%
ignore
gst_preset_set_app_dir
gst_preset_get_app_dir
%%

View file

@ -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@
%%