mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 21:18:52 +00:00
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).
This commit is contained in:
parent
89ab6598cb
commit
2d0ec410ae
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
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>
|
2006-03-22 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
Patch by: Wouter Paeson <wouter at kangaroot dot net>
|
Patch by: Wouter Paeson <wouter at kangaroot dot net>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
noinst_LTLIBRARIES = libmodplug.la
|
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_LDFLAGS = -module -avoid-version
|
||||||
libmodplug_la_SOURCES = tables.cpp \
|
libmodplug_la_SOURCES = tables.cpp \
|
||||||
sndmix.cpp \
|
sndmix.cpp \
|
||||||
|
|
Loading…
Reference in a new issue