[vlc-commits] commit: typo ( Rémi Denis-Courmont )
git at videolan.org
git at videolan.org
Sat Apr 10 15:27:21 CEST 2010
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Apr 10 16:25:33 2010 +0300| [68a623586d976729a55315da22f84814bfdde12c] | committer: Rémi Denis-Courmont
typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=68a623586d976729a55315da22f84814bfdde12c
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 5ed528e..b148e98 100644
--- a/configure.ac
+++ b/configure.ac
@@ -769,7 +769,7 @@ if test "${ac_cv_have_plugins}" = "no" -o "${SYS}" = "darwin"; then
if test "${ac_cv_my_have_dlopen}" = "yes"; then
AC_DEFINE(HAVE_DL_DLOPEN, 1, [Define if you have the dlopen API])
ac_cv_have_plugins=yes
- VLC_ADD_LIBS([libvlccore realvideo lua],[$LIBDL]),
+ VLC_ADD_LIBS([libvlccore realvideo lua],[$LIBDL])
fi
fi
AC_SUBST(LIBDL)
More information about the vlc-commits
mailing list