[vlc-devel] [PATCH 2/3] a52: re-order libm to fix linking (fixes #17837)
Sean McGovern
gseanmcg at gmail.com
Sun Jan 1 23:13:15 CET 2017
---
modules/codec/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/codec/Makefile.am b/modules/codec/Makefile.am
index 49c3db4..893f3c4 100644
--- a/modules/codec/Makefile.am
+++ b/modules/codec/Makefile.am
@@ -18,7 +18,7 @@ codec_LTLIBRARIES += libspdif_plugin.la
liba52_plugin_la_SOURCES = codec/a52.c
liba52_plugin_la_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_a52)
-liba52_plugin_la_LIBADD = $(LIBM) $(LIBS_a52)
+liba52_plugin_la_LIBADD = $(LIBS_a52) $(LIBM)
liba52_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(codecdir)'
EXTRA_LTLIBRARIES += liba52_plugin.la
codec_LTLIBRARIES += $(LTLIBa52)
--
2.7.4
More information about the vlc-devel
mailing list