From: Felix Paul Kühne Date: Mon, 9 Jun 2008 02:49:28 +0000 (+0200) Subject: Fixed linking the remote OSD plugin X-Git-Tag: 0.9.0-test0~271 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=60e28ddcc0c593d9d1184e0668bc260a1cff73f5;p=vlc Fixed linking the remote OSD plugin --- diff --git a/configure.ac b/configure.ac index dd71f099ab..3dd2f62cb8 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]) ])