mad: fix LIBS order in Makefile.am
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 8 Jan 2012 14:24:11 +0000 (14:24 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 8 Jan 2012 14:24:11 +0000 (14:24 +0000)
ext/mad/Makefile.am

index dedf8dc..95117dd 100644 (file)
@@ -6,8 +6,8 @@ libgstmad_la_CFLAGS = \
         $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) \
        $(MAD_CFLAGS)
 libgstmad_la_LIBADD = \
-        $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_LIBS) \
-       -lgstaudio-$(GST_MAJORMINOR) $(MAD_LIBS)
+        $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_MAJORMINOR) \
+       $(GST_BASE_LIBS) $(GST_LIBS) $(MAD_LIBS)
 libgstmad_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
 libgstmad_la_LIBTOOLFLAGS = --tag=disable-static