gstreamer/gst/audioconvert
Tim-Philipp Müller b5f0b7c221 build: use LDADD instead of LDFLAGS to specify libs to link to when building executables
Use foo_LDADD instead of foo_LDFLAGS to specify the libraries to link to.
This should make sure arguments are passed to the linker in the right
order, and makes LDFLAGS usable again.

Based on initial patch by Brian Cameron <brian.cameron@oracle.com>

Fixes #615697.
2010-04-14 14:08:15 +01:00
..
.gitignore gst/audioconvert/gstaudioconvert.c: create channel conversion matrix when linking 2005-02-13 17:39:22 +00:00
audioconvert.c gst/audioconvert/audioconvert.c: Prevent overflows with big buffer when calculating the size of the intermediate buff... 2008-10-08 11:50:50 +00:00
audioconvert.h Add -Wredundant-decls to warning flags 2010-03-11 15:38:18 +01:00
audioconvert.vcproj more working plugins 2004-07-27 21:41:30 +00:00
channelmixtest.c *.c: Don't cast to GstObject before reffing/unreffing. 2005-06-28 10:16:13 +00:00
gstaudioconvert.c gst_element_class_set_details => gst_element_class_set_details_simple 2010-03-16 17:41:50 +01:00
gstaudioconvert.h Add some documentation comments, and some new headers to be scanned. 2008-05-22 22:09:16 +00:00
gstaudioquantize.c gst/audioconvert/: Implement a linear congruential generator as pseudo random number generator for the dither noise. ... 2008-07-23 18:34:19 +00:00
gstaudioquantize.h Add -Wredundant-decls to warning flags 2010-03-11 15:38:18 +01:00
gstchannelmix.c audioconvert: fixes warning: format not a string literal and no format arguments 2009-10-09 15:29:15 +02:00
gstchannelmix.h Add -Wredundant-decls to warning flags 2010-03-11 15:38:18 +01:00
gstfastrandom.h Fix for -Wold-style-definition 2010-03-17 12:09:25 +01:00
Makefile.am build: use LDADD instead of LDFLAGS to specify libs to link to when building executables 2010-04-14 14:08:15 +01:00
plugin.c gst/audioconvert/plugin.c: Register the GstAudioChannelPosition enum type with the type system in the plugin_init fun... 2006-02-14 18:52:52 +00:00
plugin.h borgify further clean up docs a little 2005-12-01 01:12:55 +00:00