mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
configure.ac: bump gstreamer API number to 0.8
Original commit message from CVS: * configure.ac: bump gstreamer API number to 0.8
This commit is contained in:
parent
1b37818530
commit
79c332c4ba
3 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2004-03-10 David Schleef <ds@schleef.org>
|
||||||
|
|
||||||
|
* configure.ac: bump gstreamer API number to 0.8
|
||||||
|
|
||||||
2004-03-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
|
2004-03-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
|
||||||
|
|
||||||
* ext/ffmpeg/Makefile.am:
|
* ext/ffmpeg/Makefile.am:
|
||||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit 4eb02711e49a6aadf900d6fd9d220c17115fec2a
|
Subproject commit 5557aa074c4836b2cc9eac0e1519323df1cb876f
|
|
@ -22,7 +22,9 @@ GST_REQ=0.7.5
|
||||||
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
|
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
|
||||||
|
|
||||||
dnl our libraries and install dirs use major.minor as a version
|
dnl our libraries and install dirs use major.minor as a version
|
||||||
GST_MAJORMINOR=$GST_FFMPEG_VERSION_MAJOR.$GST_FFMPEG_VERSION_MINOR
|
#GST_MAJORMINOR=$GST_FFMPEG_VERSION_MAJOR.$GST_FFMPEG_VERSION_MINOR
|
||||||
|
dnl hack while GST_MAJORMINOR doesn't match the release
|
||||||
|
GST_MAJORMINOR=0.8
|
||||||
AC_SUBST(GST_MAJORMINOR)
|
AC_SUBST(GST_MAJORMINOR)
|
||||||
|
|
||||||
dnl CURRENT, REVISION, AGE
|
dnl CURRENT, REVISION, AGE
|
||||||
|
|
Loading…
Reference in a new issue