[vlc-devel] commit: Add -ldl (git commit --amend with -a again!), document news ( Rémi Denis-Courmont )
git version control
git at videolan.org
Mon Jun 2 17:00:56 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Mon Jun 2 18:02:36 2008 +0300| [0b74611881cf342ad2acc2337e3a4f5210b714df]
Add -ldl (git commit --amend with -a again!), document news
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0b74611881cf342ad2acc2337e3a4f5210b714df
---
NEWS | 1 +
configure.ac | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/NEWS b/NEWS
index f5e3995..c851d1e 100644
--- a/NEWS
+++ b/NEWS
@@ -97,6 +97,7 @@ Decoders:
* NellyMoser ASAO support
* APE (Monkey audio) support
* VBI & EBU (Teletext) support
+ * RealVideo support (with the RealVideo run-time)
Subtitles:
* Ogg/Kate subtitles support
diff --git a/configure.ac b/configure.ac
index ce42540..6d67b1f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -730,7 +730,7 @@ if test "${ac_cv_have_plugins}" = "no"; then
ac_cv_my_have_dlopen=yes,
AC_CHECK_LIB(dl, dlopen,
ac_cv_my_have_dlopen=yes
- VLC_ADD_LIBS([libvlc realaudio],[-ldl]),
+ VLC_ADD_LIBS([libvlc realaudio realvideo],[-ldl]),
AC_CHECK_LIB(svld, dlopen,
ac_cv_my_have_dlopen=yes
VLC_ADD_LIBS([libvlc],[-lsvld]))))
More information about the vlc-devel
mailing list