[vlc-devel] commit: RAOP needs gpg-error as it calls gpg_strerror() ( Rémi Denis-Courmont )

git version control git at videolan.org
Sat Apr 25 21:10:40 CEST 2009


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Apr 25 18:18:12 2009 +0300| [a72fdbfacb24fc51032b9dc00bf22fa2c11e2073] | committer: Rémi Denis-Courmont 

RAOP needs gpg-error as it calls gpg_strerror()

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

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

diff --git a/configure.ac b/configure.ac
index a205f90..a9711f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5439,7 +5439,7 @@ AC_MSG_CHECKING([whether to enable RAOP plugin])
 AS_IF([test "${have_libgcrypt}" = "yes"], [
   AC_MSG_RESULT(yes)
   VLC_ADD_PLUGIN([stream_out_raop])
-  VLC_ADD_LIBS([stream_out_raop], [${LIBGCRYPT_LIBS}])
+  VLC_ADD_LIBS([stream_out_raop], [${LIBGCRYPT_LIBS} -lgpg-error])
   VLC_ADD_CFLAGS([stream_out_raop], [${LIBGCRYPT_CFLAGS}])
 ], [
   AC_MSG_RESULT(no)




More information about the vlc-devel mailing list