mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-06 14:32:31 +00:00
Remove hacks for older core. Require newer core version accordingly.
Original commit message from CVS: * configure.ac: * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element): * gst/typefind/gsttypefindfunctions.c: (mp3_type_find): Remove hacks for older core. Require newer core version accordingly.
This commit is contained in:
parent
f19dbe3485
commit
d46fb44488
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
* gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
|
||||||
|
* gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
|
||||||
|
Remove hacks for older core. Require newer core version
|
||||||
|
accordingly.
|
||||||
|
|
||||||
2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
2004-11-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||||
|
|
||||||
* gst/cdxaparse/Makefile.am:
|
* gst/cdxaparse/Makefile.am:
|
||||||
|
|
|
@ -180,7 +180,7 @@ GST_CHECK_FEATURE(GCONF, [GConf libraries], , [
|
||||||
|
|
||||||
dnl check for gstreamer
|
dnl check for gstreamer
|
||||||
dnl uninstalled is selected preferentially -- see pkg-config(1)
|
dnl uninstalled is selected preferentially -- see pkg-config(1)
|
||||||
GST_REQ=0.8.4
|
GST_REQ=0.8.7.1
|
||||||
PKG_CHECK_MODULES(GST, gstreamer-$GST_MAJORMINOR >= $GST_REQ,
|
PKG_CHECK_MODULES(GST, gstreamer-$GST_MAJORMINOR >= $GST_REQ,
|
||||||
HAVE_GST="yes", HAVE_GST="no")
|
HAVE_GST="yes", HAVE_GST="no")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue