[vlc-commits] access: cdda: fix linking

Thomas Guillem git at videolan.org
Mon Sep 12 15:16:14 CEST 2016


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Mon Sep 12 15:13:06 2016 +0200| [48e47d0508238a2fd1783594591c18c74b537af4] | committer: Thomas Guillem

access: cdda: fix linking

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

 modules/access/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/access/Makefile.am b/modules/access/Makefile.am
index 99a95a9..061f2b1 100644
--- a/modules/access/Makefile.am
+++ b/modules/access/Makefile.am
@@ -249,7 +249,7 @@ EXTRA_LTLIBRARIES += libvnc_plugin.la
 
 libcdda_plugin_la_SOURCES = access/cdda.c access/vcd/cdrom.c access/vcd/cdrom.h access/vcd/cdrom_internals.h
 libcdda_plugin_la_CFLAGS = $(AM_CFLAGS) $(LIBCDDB_CFLAGS)
-libcdda_plugin_la_LIBADD = $(LIBCDDB_LIBS)
+libcdda_plugin_la_LIBADD = $(LIBCDDB_LIBS) $(LIBM)
 libcdda_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(accessdir)'
 if HAVE_DARWIN
 libcdda_plugin_la_LIBADD += -liconv



More information about the vlc-commits mailing list