[vlc-commits] Fix CDDA build with CDDB
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Mon Sep 16 19:39:13 CEST 2013
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Sep 16 18:28:02 2013 +0200| [201e5bdd1ae1a6521f59000f1befba0f96d2ac30] | committer: Jean-Baptiste Kempf
Fix CDDA build with CDDB
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=201e5bdd1ae1a6521f59000f1befba0f96d2ac30
---
 modules/access/Makefile.am |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/modules/access/Makefile.am b/modules/access/Makefile.am
index b295110..2e95ae1 100644
--- a/modules/access/Makefile.am
+++ b/modules/access/Makefile.am
@@ -210,8 +210,10 @@ EXTRA_LTLIBRARIES += libvnc_plugin.la
 ### Optical media ###
 
 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)
 if HAVE_DARWIN
-libcdda_plugin_la_LIBADD = -liconv
+libcdda_plugin_la_LIBADD += -liconv
 endif
 libcdda_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(accessdir)'
 EXTRA_LTLIBRARIES += libcdda_plugin.la
    
    
More information about the vlc-commits
mailing list