diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-02-03 16:49:54 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-02-03 16:49:54 +0000 |
commit | 4785fe4a9704b659f857e9297ddb9f6e800620ce (patch) | |
tree | 1b21b59de3132b38a6dd65641c2bdaa836b65548 /ChangeLog | |
parent | eb9937f2d7efe57534855b722a2fff344716c0d0 (diff) | |
download | gst-plugins-bad-4785fe4a9704b659f857e9297ddb9f6e800620ce.tar.gz gst-plugins-bad-4785fe4a9704b659f857e9297ddb9f6e800620ce.tar.bz2 gst-plugins-bad-4785fe4a9704b659f857e9297ddb9f6e800620ce.zip |
use glib-gen.mak fix Makefile.am bugs and clean them up
Original commit message from CVS:
use glib-gen.mak
fix Makefile.am bugs and clean them up
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,3 +1,25 @@ +2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org> + + * gst-libs/gst/colorbalance/Makefile.am: + * gst-libs/gst/colorbalance/colorbalance-marshal.list: + * gst-libs/gst/colorbalance/colorbalance.c: + * gst-libs/gst/colorbalance/colorbalance.h: + * gst-libs/gst/colorbalance/colorbalancemarshal.list: + * gst-libs/gst/mixer/Makefile.am: + * gst-libs/gst/mixer/mixer-marshal.list: + * gst-libs/gst/mixer/mixer.c: + * gst-libs/gst/mixer/mixer.h: + * gst-libs/gst/mixer/mixermarshal.list: + * gst-libs/gst/play/Makefile.am: + * gst-libs/gst/play/play.h: + * gst-libs/gst/tuner/Makefile.am: + * gst-libs/gst/tuner/tuner-marshal.list: + * gst-libs/gst/tuner/tuner.c: + * gst-libs/gst/tuner/tuner.h: + * gst-libs/gst/tuner/tunermarshal.list: + use new glib-gen.mak snippet to clean up Makefile.am + fix various bugs in Makefile.am's + 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de> * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain): |