mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
Fix build with LDFLAGS='-Wl,-z,defs'.
Original commit message from CVS: * configure.ac: * ext/gsm/Makefile.am: * ext/ladspa/Makefile.am: * ext/wavpack/Makefile.am: * gst/equalizer/Makefile.am: * gst/filter/Makefile.am: * gst/mve/Makefile.am: * gst/nsf/Makefile.am: * gst/replaygain/Makefile.am: * gst/speed/Makefile.am: Fix build with LDFLAGS='-Wl,-z,defs'.
This commit is contained in:
parent
da5144bc04
commit
bc8d60a4e3
11 changed files with 37 additions and 13 deletions
14
ChangeLog
14
ChangeLog
|
@ -1,3 +1,17 @@
|
|||
2007-02-24 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* configure.ac:
|
||||
* ext/gsm/Makefile.am:
|
||||
* ext/ladspa/Makefile.am:
|
||||
* ext/wavpack/Makefile.am:
|
||||
* gst/equalizer/Makefile.am:
|
||||
* gst/filter/Makefile.am:
|
||||
* gst/mve/Makefile.am:
|
||||
* gst/nsf/Makefile.am:
|
||||
* gst/replaygain/Makefile.am:
|
||||
* gst/speed/Makefile.am:
|
||||
Fix build with LDFLAGS='-Wl,-z,defs'.
|
||||
|
||||
2007-02-20 Sébastien Moutte <sebastien@moutte.net>
|
||||
|
||||
* sys/directsound/gstdirectsoundsink.c:
|
||||
|
|
|
@ -143,6 +143,10 @@ AS_PATH_PYTHON([2.1])
|
|||
|
||||
dnl *** checks for libraries ***
|
||||
|
||||
dnl check for libm, for sin() etc.
|
||||
AC_CHECK_LIBM
|
||||
AC_SUBST(LIBM)
|
||||
|
||||
dnl *** checks for header files ***
|
||||
|
||||
dnl used by ext/dts
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
plugin_LTLIBRARIES = libgstgsm.la
|
||||
|
||||
libgstgsm_la_SOURCES = gstgsm.c gstgsmenc.c gstgsmdec.c
|
||||
libgstgsm_la_CFLAGS = $(GST_CFLAGS) $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
||||
libgstgsm_la_LIBADD = $(GSM_LIBS) $(GST_PLUGINS_BASE_LIBS) \
|
||||
-lgstaudio-@GST_MAJORMINOR@
|
||||
libgstgsm_la_CFLAGS = \
|
||||
$(GST_CFLAGS) \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||
$(GST_BASE_CFLAGS)
|
||||
libgstgsm_la_LIBADD = \
|
||||
$(GSM_LIBS) \
|
||||
$(GST_PLUGINS_BASE_LIBS) -lgstaudio-@GST_MAJORMINOR@ \
|
||||
$(GST_BASE_LIBS)
|
||||
libgstgsm_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = gstgsmenc.h gstgsmdec.h
|
||||
|
|
|
@ -2,7 +2,7 @@ plugin_LTLIBRARIES = libgstladspa.la
|
|||
|
||||
libgstladspa_la_SOURCES = gstsignalprocessor.c gstladspa.c search.c load.c
|
||||
libgstladspa_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CONTROLLER_CFLAGS) $(GST_CFLAGS)
|
||||
libgstladspa_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_MAJORMINOR)
|
||||
libgstladspa_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_MAJORMINOR) $(LIBM)
|
||||
libgstladspa_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = gstsignalprocessor.h gstladspa.h utils.h
|
||||
|
|
|
@ -10,8 +10,8 @@ libgstwavpack_la_SOURCES = \
|
|||
gstwavpackstreamreader.c \
|
||||
md5.c
|
||||
|
||||
libgstwavpack_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(WAVPACK_CFLAGS)
|
||||
libgstwavpack_la_LIBADD = $(GST_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_MAJORMINOR) $(WAVPACK_LIBS)
|
||||
libgstwavpack_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(WAVPACK_CFLAGS)
|
||||
libgstwavpack_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_MAJORMINOR) $(WAVPACK_LIBS)
|
||||
libgstwavpack_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
plugin_LTLIBRARIES = libgstequalizer.la
|
||||
|
||||
libgstequalizer_la_SOURCES = gstiirequalizer.c gstiirequalizer.h
|
||||
libgstequalizer_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
||||
libgstequalizer_la_LIBADD = $(GST_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_MAJORMINOR)
|
||||
libgstequalizer_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS)
|
||||
libgstequalizer_la_LIBADD = $(GST_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_MAJORMINOR) $(GST_BASE_LIBS) $(LIBM)
|
||||
libgstequalizer_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = gstiirequalizer.h
|
||||
|
|
|
@ -6,7 +6,8 @@ libgstfilter_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFL
|
|||
libgstfilter_la_LIBADD = \
|
||||
$(GST_BASE_LIBS) \
|
||||
$(GST_LIBS) \
|
||||
$(GST_CONTROLLER_LIBS)
|
||||
$(GST_CONTROLLER_LIBS) \
|
||||
$(LIBM)
|
||||
|
||||
libgstfilter_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
plugin_LTLIBRARIES = libgstmve.la
|
||||
|
||||
libgstmve_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
||||
libgstmve_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS)
|
||||
libgstmve_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(LIBM)
|
||||
libgstmve_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
libgstmve_la_SOURCES = \
|
||||
|
|
|
@ -27,7 +27,7 @@ NOSEFART_INCLUDES=fmopl.h \
|
|||
libgstnsf_la_SOURCES = gstnsf.c $(NOSEFART_SOURCES)
|
||||
|
||||
libgstnsf_la_CFLAGS = $(GST_CFLAGS) -DNSF_PLAYER
|
||||
libgstnsf_la_LIBADD = $(GST_LIBS)
|
||||
libgstnsf_la_LIBADD = $(GST_LIBS) $(LIBM)
|
||||
libgstnsf_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = gstnsf.h $(NOSEFART_INCLUDES)
|
||||
|
|
|
@ -4,7 +4,7 @@ libgstreplaygain_la_SOURCES = \
|
|||
gstrganalysis.c \
|
||||
rganalysis.c
|
||||
libgstreplaygain_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS)
|
||||
libgstreplaygain_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)
|
||||
libgstreplaygain_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) $(LIBM)
|
||||
libgstreplaygain_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
# headers we need but don't want installed
|
||||
|
|
|
@ -3,7 +3,7 @@ plugin_LTLIBRARIES = libgstspeed.la
|
|||
|
||||
libgstspeed_la_SOURCES = gstspeed.c
|
||||
libgstspeed_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
||||
libgstspeed_la_LIBADD = $(GST_LIBS) $(GST_PLUGINS_BASE_LIBS)
|
||||
libgstspeed_la_LIBADD = $(GST_LIBS) $(GST_PLUGINS_BASE_LIBS) $(LIBM)
|
||||
libgstspeed_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = gstspeed.h
|
||||
|
|
Loading…
Reference in a new issue