diff options
author | David Schleef <ds@schleef.org> | 2004-04-19 22:51:57 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2004-04-19 22:51:57 +0000 |
commit | 6ddd15c7447e6d5d2178d648f579393a2a595b99 (patch) | |
tree | 78884a023f850f1d9ea5d49a5bf6478a386c2273 /ChangeLog | |
parent | 421f84998ef4c40d938c60ee5f38f5a6d152a305 (diff) | |
download | gst-plugins-bad-6ddd15c7447e6d5d2178d648f579393a2a595b99.tar.gz gst-plugins-bad-6ddd15c7447e6d5d2178d648f579393a2a595b99.tar.bz2 gst-plugins-bad-6ddd15c7447e6d5d2178d648f579393a2a595b99.zip |
gconf/Makefile.am: Fix for non-GNU make
Original commit message from CVS:
* gconf/Makefile.am: Fix for non-GNU make
* gst-libs/gst/Makefile.am: Change directory order to handle
GstPlay linking with gstinterfaces
* gst-libs/gst/audio/make_filter: make use of tr portable
* gst-libs/gst/play/Makefile.am: Add intended \
* gst-libs/gst/xwindowlistener/xwindowlistener.c:
(gst_xwin_set_clips): Switch to ISO variadic macro. Use a
function prototype instead of void *.
* gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
macro.
* gst/ffmpegcolorspace/gstffmpegcolorspace.c:
(gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
* gst/videofilter/make_filter: make use of tr portable
* pkgconfig/Makefile.am: Remove GNU extension in Makefile target
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +2004-04-19 David Schleef <ds@schleef.org> + + * gconf/Makefile.am: Fix for non-GNU make + * gst-libs/gst/Makefile.am: Change directory order to handle + GstPlay linking with gstinterfaces + * gst-libs/gst/audio/make_filter: make use of tr portable + * gst-libs/gst/play/Makefile.am: Add intended \ + * gst-libs/gst/xwindowlistener/xwindowlistener.c: + (gst_xwin_set_clips): Switch to ISO variadic macro. Use a + function prototype instead of void *. + * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic + macro. + * gst/ffmpegcolorspace/gstffmpegcolorspace.c: + (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call + * gst/videofilter/make_filter: make use of tr portable + * pkgconfig/Makefile.am: Remove GNU extension in Makefile target + 2004-04-19 Thomas Vander Stichele <thomas at apestaart dot org> * po/LINGUAS: |