[vlc-devel] commit: Revert "Fix windows build (undefined reference to gpg_error_*)" ( Rémi Denis-Courmont )

git version control git at videolan.org
Mon Oct 12 20:08:44 CEST 2009


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Oct 12 21:07:20 2009 +0300| [7a445b0e18578a49a9cfca54312c3c209004fbff] | committer: Rémi Denis-Courmont 

Revert "Fix windows build (undefined reference to gpg_error_*)"

LibVLC is not calling gpg_error functions anywhere. Linking gpg-error
causes problems with *correctly* built libgcrypt (e.g. incorrect
package dependencies).

This reverts commit f865a8169457c8fa934782974e1b21c534bf0744.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7a445b0e18578a49a9cfca54312c3c209004fbff
---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index c350c6d..96ac1b0 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} -lgpg-error])
+  VLC_ADD_LIBS([libvlccore], [${GCRYPT_LIBS}])
   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