mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
configure.ac: Since we use functions from CVS, up requirement.
Original commit message from CVS: * configure.ac: Since we use functions from CVS, up requirement.
This commit is contained in:
parent
14656be9b5
commit
3538f0af67
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* configure.ac:
|
||||
Since we use functions from CVS, up requirement.
|
||||
|
||||
2005-01-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* gst/playback/Makefile.am:
|
||||
|
|
|
@ -208,7 +208,7 @@ GST_CHECK_FEATURE(GCONF, [GConf libraries], , [
|
|||
|
||||
dnl check for gstreamer
|
||||
dnl uninstalled is selected preferentially -- see pkg-config(1)
|
||||
GST_REQ=0.8.7.1
|
||||
GST_REQ=0.8.8.1
|
||||
PKG_CHECK_MODULES(GST, gstreamer-$GST_MAJORMINOR >= $GST_REQ,
|
||||
HAVE_GST="yes", HAVE_GST="no")
|
||||
|
||||
|
|
Loading…
Reference in a new issue