[vlc-devel] commit: vlc needs libvlccore for FromLocale() ( Rémi Denis-Courmont )
git version control
git at videolan.org
Thu Jan 21 19:15:30 CET 2010
vlc-1.0-bugfix | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Jan 21 20:11:09 2010 +0200| [ca38641253ae826a471e5b49d50707b2db9cc031] | committer: Rémi Denis-Courmont
vlc needs libvlccore for FromLocale()
(cherry picked from commit abf060c1ccc54e78156c496e598dd17296cbf368)
> http://git.videolan.org/gitweb.cgi/vlc-1.0-bugfix.git/?a=commit;h=ca38641253ae826a471e5b49d50707b2db9cc031
---
bin/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/bin/Makefile.am b/bin/Makefile.am
index 84b076c..d90c6d5 100644
--- a/bin/Makefile.am
+++ b/bin/Makefile.am
@@ -27,7 +27,7 @@ vlc_wrapper_LDADD = $(SOCKET_LIBS)
vlc_DEPENDENCIES = ../src/libvlc.sym
vlc_LDFLAGS = `$(VLC_CONFIG) --ldflags vlc`
-vlc_LDADD = ../src/libvlc.la `$(VLC_CONFIG) -libs vlc`
+vlc_LDADD = ../src/libvlc.la ../src/libvlccore.la `$(VLC_CONFIG) -libs vlc`
vlc_static_SOURCES = $(vlc_SOURCES)
vlc_static_CFLAGS = $(AM_CFLAGS) \
More information about the vlc-devel
mailing list