mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
configure.ac: update core requirement to 0.10.4.1 because of async_playback vmethod on GstBaseSink
Original commit message from CVS: 2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org> * configure.ac: update core requirement to 0.10.4.1 because of async_playback vmethod on GstBaseSink
This commit is contained in:
parent
d3d0358bfa
commit
59522486b6
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2006-03-24 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
update core requirement to 0.10.4.1 because of async_playback
|
||||||
|
vmethod on GstBaseSink
|
||||||
|
|
||||||
2006-03-24 Stefan Kost <ensonic@users.sf.net>
|
2006-03-24 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
* ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
|
* ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
|
||||||
|
|
|
@ -43,7 +43,7 @@ AS_LIBTOOL_TAGS
|
||||||
AM_PROG_LIBTOOL
|
AM_PROG_LIBTOOL
|
||||||
|
|
||||||
dnl *** required versions of GStreamer stuff ***
|
dnl *** required versions of GStreamer stuff ***
|
||||||
GST_REQ=0.10.4
|
GST_REQ=0.10.4.1
|
||||||
|
|
||||||
dnl *** autotools stuff ****
|
dnl *** autotools stuff ****
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue