mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 14:36:24 +00:00
back to nano
Original commit message from CVS: back to nano
This commit is contained in:
parent
85685f0436
commit
fe6871adb1
4 changed files with 10 additions and 4 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
=== release 0.7.5 ===
|
||||||
|
|
||||||
|
2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
|
* configure.ac: release 0.7.5, "Under The Sea"
|
||||||
|
|
||||||
2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
|
2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
* gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
|
* gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
|
||||||
|
@ -189,7 +195,7 @@
|
||||||
|
|
||||||
2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
|
2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
|
||||||
|
|
||||||
* configure.ac: Export only gst_plugin_desc from plugins.
|
* configure.ac: Export only gst_plugin_desc from plugins.
|
||||||
Note that this change only makes any effect with Linux using libtool
|
Note that this change only makes any effect with Linux using libtool
|
||||||
1.5.2 or higher. Otherwise it is silently ignored, but it would build
|
1.5.2 or higher. Otherwise it is silently ignored, but it would build
|
||||||
fine. And don't try to have several versions of libtool in different
|
fine. And don't try to have several versions of libtool in different
|
||||||
|
|
|
@ -35,7 +35,7 @@ DIST_SUBDIRS=ext gst-libs \
|
||||||
pkgconfig
|
pkgconfig
|
||||||
|
|
||||||
EXTRA_DIST=gst-plugins.spec depcomp \
|
EXTRA_DIST=gst-plugins.spec depcomp \
|
||||||
AUTHORS COPYING COPYING.LIB README REQUIREMENTS \
|
AUTHORS COPYING COPYING.LIB README RELEASE REQUIREMENTS \
|
||||||
ChangeLog autogen.sh common m4
|
ChangeLog autogen.sh common m4
|
||||||
|
|
||||||
DISTCLEANFILES=_stdint.h
|
DISTCLEANFILES=_stdint.h
|
||||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit 0945c85c4c9139e2e5b8e04d0fc841b8aa1e6e9b
|
Subproject commit 874dab5c3461ad7487f1ae029256b6da82dddf6d
|
|
@ -12,7 +12,7 @@ AM_MAINTAINER_MODE
|
||||||
|
|
||||||
dnl when going to/from release please set the nano (fourth number) right !
|
dnl when going to/from release please set the nano (fourth number) right !
|
||||||
dnl releases only do Wall, cvs and prerelease does Werror too
|
dnl releases only do Wall, cvs and prerelease does Werror too
|
||||||
AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 7, 4, 1, GST_CVS="no", GST_CVS="yes")
|
AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 7, 5, 1, GST_CVS="no", GST_CVS="yes")
|
||||||
|
|
||||||
dnl add a suffix to apps
|
dnl add a suffix to apps
|
||||||
if test x$program_suffix = xNONE ; then
|
if test x$program_suffix = xNONE ; then
|
||||||
|
|
Loading…
Reference in a new issue