Skip to content
Snippets Groups Projects
Commit b02d054e authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont
Browse files

a52: remove unnecessary LIBM dependency

parent 947b2075
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment