[vlc-devel] commit: Fixed linking the remote OSD plugin ( Felix Paul Kühne )
git version control
git at videolan.org
Mon Jun 9 04:47:44 CEST 2008
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Mon Jun 9 04:49:28 2008 +0200| [60e28ddcc0c593d9d1184e0668bc260a1cff73f5]
Fixed linking the remote OSD plugin
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=60e28ddcc0c593d9d1184e0668bc260a1cff73f5
---
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index dd71f09..3dd2f62 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5350,8 +5350,8 @@ AC_ARG_ENABLE(remoteosd,
AS_IF([test "${enable_remoteosd}" != "no"], [
AS_IF([test "${have_libgcrypt}" = "yes"],[
VLC_ADD_PLUGIN([remoteosd])
- VLC_ADD_LIBS([remoteosd], ${GCRYPT_LIBS})
- VLC_ADD_CFLAGS([remoteosd], ${GCRYPT_CFLAGS})
+ VLC_ADD_LIBS([remoteosd], ${LIBGCRYPT_LIBS})
+ VLC_ADD_CFLAGS([remoteosd], ${LIBGCRYPT_CFLAGS})
], [
AC_MSG_ERROR([libgcrypt support required for RemoteOSD plugin])
])
More information about the vlc-devel
mailing list