[vlc-devel] commit: contrib's lua needs libdl ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sat Aug 29 22:04:42 CEST 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Aug 29 23:02:31 2009 +0300| [52cf8d8dda6535317c385b12dca74d7a3554b3e3] | committer: Rémi Denis-Courmont
contrib's lua needs libdl
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=52cf8d8dda6535317c385b12dca74d7a3554b3e3
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 2008fbb..61a8c69 100644
--- a/configure.ac
+++ b/configure.ac
@@ -794,7 +794,7 @@ if test "${ac_cv_have_plugins}" = "no" -o "${SYS}" = "darwin"; then
ac_cv_my_have_dlopen=yes,
AC_CHECK_LIB(dl, dlopen,
ac_cv_my_have_dlopen=yes
- VLC_ADD_LIBS([libvlccore realaudio realvideo],[-ldl]),
+ VLC_ADD_LIBS([libvlccore realaudio realvideo lua],[-ldl]),
AC_CHECK_LIB(svld, dlopen,
ac_cv_my_have_dlopen=yes
VLC_ADD_LIBS([libvlccore],[-lsvld]))))
More information about the vlc-devel
mailing list