[vlc-devel] commit: contrib's lua needs libdl ( Rémi Denis-Courmont )

git version control git at videolan.org
Sat Aug 29 22:05:51 CEST 2009


vlc | branch: 1.0-bugfix | Rémi Denis-Courmont <remi at remlab.net> | Sat Aug 29 23:02:31 2009 +0300| [e0d13b036a67af7c0065da52a221665ef9974702] | committer: Rémi Denis-Courmont 

contrib's lua needs libdl
(cherry picked from commit 52cf8d8dda6535317c385b12dca74d7a3554b3e3)

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

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index bd33637..5b2fda5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -809,7 +809,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