diff options
Diffstat (limited to 'gst')
| -rw-r--r-- | gst/interleave/Makefile.am | 2 | ||||
| -rw-r--r-- | gst/matroska/Makefile.am | 6 |
2 files changed, 4 insertions, 4 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 diff --git a/gst/matroska/Makefile.am b/gst/matroska/Makefile.am index 6ce6b10d..8befff94 100644 --- a/gst/matroska/Makefile.am +++ b/gst/matroska/Makefile.am @@ -19,16 +19,16 @@ noinst_HEADERS = \ lzo.h libgstmatroska_la_CFLAGS = \ - $(GST_BASE_CFLAGS) \ $(GST_PLUGINS_BASE_CFLAGS) \ + $(GST_BASE_CFLAGS) \ $(GST_CFLAGS) \ -I$(top_srcdir)/gst-libs libgstmatroska_la_LIBADD = \ - $(GST_BASE_LIBS) \ $(GST_PLUGINS_BASE_LIBS) \ - $(GST_LIBS) \ -lgstriff-@GST_MAJORMINOR@ \ -lgsttag-@GST_MAJORMINOR@ \ + $(GST_BASE_LIBS) \ + $(GST_LIBS) \ $(ZLIB_LIBS) \ $(BZ2_LIBS) \ $(LIBM) |
