From 2d0ec410ae954435e84a95c6ecc0c753fa10d8a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 22 Mar 2006 15:02:58 +0000 Subject: 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). --- ChangeLog | 8 ++++++++ gst/modplug/libmodplug/Makefile.am | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cde37766..77728b65 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-03-22 Tim-Philipp Müller + + * 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 Patch by: Wouter Paeson diff --git a/gst/modplug/libmodplug/Makefile.am b/gst/modplug/libmodplug/Makefile.am index b900a60d..f5cb3391 100644 --- a/gst/modplug/libmodplug/Makefile.am +++ b/gst/modplug/libmodplug/Makefile.am @@ -1,6 +1,6 @@ noinst_LTLIBRARIES = libmodplug.la -libmodplug_la_CXXFLAGS = $(GST_CFLAGS) -D_REENTRANT +libmodplug_la_CXXFLAGS = $(GST_CFLAGS) -D_REENTRANT -DMODFILE_NO_FILESAVE libmodplug_la_LDFLAGS = -module -avoid-version libmodplug_la_SOURCES = tables.cpp \ sndmix.cpp \ -- cgit v1.2.1