[vlc-commits] Fix VCDX compilation (close #10834)
Jeremy Huddleston Sequoia
git at videolan.org
Mon Mar 3 22:37:44 CET 2014
vlc | branch: master | Jeremy Huddleston Sequoia <jeremyhu at macports.org> | Mon Mar 3 22:37:32 2014 +0100| [ef73ccacb7ec67c6fd3d885a9dc9ab2897cacfa0] | committer: Felix Paul Kühne
Fix VCDX compilation (close #10834)
Signed-off-by: Felix Paul Kühne <fkuehne at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ef73ccacb7ec67c6fd3d885a9dc9ab2897cacfa0
---
modules/access/Makefile.am | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/modules/access/Makefile.am b/modules/access/Makefile.am
index 71ec214..5842cff 100644
--- a/modules/access/Makefile.am
+++ b/modules/access/Makefile.am
@@ -244,8 +244,9 @@ libvcdx_plugin_la_SOURCES = \
access/vcdx/vcdplayer.h access/vcdx/vcdplayer.c \
access/vcdx/info.c access/vcdx/info.h
libvcdx_plugin_la_CPPFLAGS = $(AM_CPPFLAGS)
+libvcdx_plugin_la_LIBADD = $(VCDX_LIBS)
if HAVE_WIN32
-libvcdx_plugin_la_LIBADD = -lwinmm
+libvcdx_plugin_la_LIBADD += -lwinmm
endif
libvcdx_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(accessdir)'
if HAVE_DARWIN
More information about the vlc-commits
mailing list