Add gst-0.10.36.ignore file
So things still compile with older versions of GStreamer.
This commit is contained in:
parent
574275e773
commit
6b5282f5f4
@ -181,6 +181,13 @@ then
|
|||||||
IGNORE_GST_0_10_32=""
|
IGNORE_GST_0_10_32=""
|
||||||
fi
|
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
|
dnl plugins base
|
||||||
if test $GST_PB_MINOR_VERSION -ge "22"
|
if test $GST_PB_MINOR_VERSION -ge "22"
|
||||||
then
|
then
|
||||||
@ -258,6 +265,7 @@ else
|
|||||||
IGNORE_GST_0_10_30=""
|
IGNORE_GST_0_10_30=""
|
||||||
IGNORE_GST_0_10_31=""
|
IGNORE_GST_0_10_31=""
|
||||||
IGNORE_GST_0_10_32=""
|
IGNORE_GST_0_10_32=""
|
||||||
|
IGNORE_GST_0_10_36=""
|
||||||
IGNORE_GST_PB_0_10_23=""
|
IGNORE_GST_PB_0_10_23=""
|
||||||
IGNORE_GST_PB_0_10_25=""
|
IGNORE_GST_PB_0_10_25=""
|
||||||
IGNORE_GST_PB_0_10_26=""
|
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_30)
|
||||||
AC_SUBST(IGNORE_GST_0_10_31)
|
AC_SUBST(IGNORE_GST_0_10_31)
|
||||||
AC_SUBST(IGNORE_GST_0_10_32)
|
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_23)
|
||||||
AC_SUBST(IGNORE_GST_PB_0_10_25)
|
AC_SUBST(IGNORE_GST_PB_0_10_25)
|
||||||
AC_SUBST(IGNORE_GST_PB_0_10_26)
|
AC_SUBST(IGNORE_GST_PB_0_10_26)
|
||||||
|
5
gst/gst-0.10.36.ignore
Normal file
5
gst/gst-0.10.36.ignore
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
%%
|
||||||
|
ignore
|
||||||
|
gst_preset_set_app_dir
|
||||||
|
gst_preset_get_app_dir
|
||||||
|
%%
|
@ -18,5 +18,6 @@ include
|
|||||||
@IGNORE_GST_PB_0_10_31@
|
@IGNORE_GST_PB_0_10_31@
|
||||||
@IGNORE_GST_0_10_32@
|
@IGNORE_GST_0_10_32@
|
||||||
@IGNORE_GST_PB_0_10_32@
|
@IGNORE_GST_PB_0_10_32@
|
||||||
|
@IGNORE_GST_0_10_36@
|
||||||
@IGNORE_GST_PB_0_10_36@
|
@IGNORE_GST_PB_0_10_36@
|
||||||
%%
|
%%
|
||||||
|
Loading…
x
Reference in New Issue
Block a user