diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2008-09-17 13:49:04 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2008-09-17 13:49:04 +0000 |
commit | a236a2df36c16bbb05d4479047ef437f1356f841 (patch) | |
tree | d179c7e2102b312ab2aa82c767a3220b7b6297dd /gst/interleave | |
parent | 1c6a371d0c46a58328f881f77a7d175812838242 (diff) |
gst/: Fix build flags order.
Original commit message from CVS:
* gst/interleave/Makefile.am:
* gst/matroska/Makefile.am:
Fix build flags order.
* tests/check/elements/audioamplify.c: (GST_START_TEST):
* tests/check/elements/audiodynamic.c: (GST_START_TEST):
* tests/check/elements/audioinvert.c: (GST_START_TEST):
* tests/check/elements/audiopanorama.c: (GST_START_TEST):
Format fixes.
* tests/check/elements/multifile.c:
Pull in unistd.h
Diffstat (limited to 'gst/interleave')
-rw-r--r-- | gst/interleave/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/interleave/Makefile.am b/gst/interleave/Makefile.am index 3477933c..f82286b9 100644 --- a/gst/interleave/Makefile.am +++ b/gst/interleave/Makefile.am @@ -3,7 +3,7 @@ plugin_LTLIBRARIES = libgstinterleave.la libgstinterleave_la_SOURCES = plugin.c interleave.c deinterleave.c libgstinterleave_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) -libgstinterleave_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_MAJORMINOR) +libgstinterleave_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_MAJORMINOR) $(GST_LIBS) $(GST_BASE_LIBS) libgstinterleave_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) noinst_HEADERS = plugin.h interleave.h deinterleave.h |