diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2006-03-22 15:02:58 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-03-22 15:02:58 +0000 |
commit | 2d0ec410ae954435e84a95c6ecc0c753fa10d8a7 (patch) | |
tree | fb3c9ea5d094bd11e7a670750d5e4ae7bda9c3d2 /ChangeLog | |
parent | 89ab6598cb6e3469e04811047f3d0cab78857b91 (diff) | |
download | gst-plugins-bad-2d0ec410ae954435e84a95c6ecc0c753fa10d8a7.tar.gz gst-plugins-bad-2d0ec410ae954435e84a95c6ecc0c753fa10d8a7.tar.bz2 gst-plugins-bad-2d0ec410ae954435e84a95c6ecc0c753fa10d8a7.zip |
gst/modplug/libmodplug/Makefile.am: More gcc-4.1 fixes (we don't need file saving, so just define MODPLUG_NO_FILESAVE...
Original commit message from CVS:
* gst/modplug/libmodplug/Makefile.am:
More gcc-4.1 fixes (we don't need file saving, so just
define MODPLUG_NO_FILESAVE. That way, the compiler won't
complain about modplug ignoring the return value of fwrite
any longer and we might even save a few bytes as well).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2006-03-22 Tim-Philipp Müller <tim at centricular dot net> + * gst/modplug/libmodplug/Makefile.am: + More gcc-4.1 fixes (we don't need file saving, so just + define MODPLUG_NO_FILESAVE. That way, the compiler won't + complain about modplug ignoring the return value of fwrite + any longer and we might even save a few bytes as well). + +2006-03-22 Tim-Philipp Müller <tim at centricular dot net> + Patch by: Wouter Paeson <wouter at kangaroot dot net> * configure.ac: |