From 5d6f75aaef6f50b74fefa237927b4e93b649b1af Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 14 Jan 2015 19:59:14 +0100 Subject: Makefile.am: link output plugins before libtag.a --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index b76d1722a..74fa0bc1d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -49,8 +49,8 @@ src_mpd_LDADD = \ $(DECODER_LIBS) \ $(INPUT_LIBS) \ $(ARCHIVE_LIBS) \ - $(TAG_LIBS) \ $(OUTPUT_LIBS) \ + $(TAG_LIBS) \ $(FILTER_LIBS) \ $(ENCODER_LIBS) \ $(MIXER_LIBS) \ -- cgit v1.2.3