]> git.sesse.net Git - vlc/commitdiff
Fixed linking the remote OSD plugin
authorFelix Paul Kühne <fkuehne@videolan.org>
Mon, 9 Jun 2008 02:49:28 +0000 (04:49 +0200)
committerFelix Paul Kühne <fkuehne@videolan.org>
Mon, 9 Jun 2008 02:49:28 +0000 (04:49 +0200)
configure.ac

index dd71f099ab24ac8b9068724c4b1000f7e35814b8..3dd2f62cb800d8acca381bcaa73f30a570ee4b8d 100644 (file)
@@ -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])
   ])