[vlc-devel] commit: Fix windows build (undefined reference to gpg_error_*) ( Geoffroy Couprie )
git version control
git at videolan.org
Mon Oct 12 20:02:58 CEST 2009
vlc | branch: master | Geoffroy Couprie <geal at videolan.org> | Mon Oct 12 20:02:02 2009 +0200| [f865a8169457c8fa934782974e1b21c534bf0744] | committer: Geoffroy Couprie
Fix windows build (undefined reference to gpg_error_*)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f865a8169457c8fa934782974e1b21c534bf0744
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 96ac1b0..c350c6d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4679,7 +4679,7 @@ then
then
AC_MSG_ERROR([libgcrypt is required for update checking system])
fi
- VLC_ADD_LIBS([libvlccore], [${GCRYPT_LIBS}])
+ VLC_ADD_LIBS([libvlccore], [${GCRYPT_LIBS} -lgpg-error])
VLC_ADD_CFLAGS([libvlccore], [${GCRYPT_CFLAGS}])
AC_DEFINE([UPDATE_CHECK], 1, [Define if you want to use the VLC update mechanism])
fi
More information about the vlc-devel
mailing list