[vlc-commits] a52: remove unnecessary LIBM dependency

Rémi Denis-Courmont git at videolan.org
Mon Jan 2 12:04:26 CET 2017


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Jan  2 13:04:04 2017 +0200| [b02d054eff9b62a8b7f05fd78e2e5edfca149a2f] | committer: Rémi Denis-Courmont

a52: remove unnecessary LIBM dependency

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b02d054eff9b62a8b7f05fd78e2e5edfca149a2f
---

 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..985e00b 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)
 liba52_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(codecdir)'
 EXTRA_LTLIBRARIES += liba52_plugin.la
 codec_LTLIBRARIES += $(LTLIBa52)



More information about the vlc-commits mailing list