Commit a72fdbfa authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

RAOP needs gpg-error as it calls gpg_strerror()

parent 0d21a07d
...@@ -5439,7 +5439,7 @@ AC_MSG_CHECKING([whether to enable RAOP plugin]) ...@@ -5439,7 +5439,7 @@ AC_MSG_CHECKING([whether to enable RAOP plugin])
AS_IF([test "${have_libgcrypt}" = "yes"], [ AS_IF([test "${have_libgcrypt}" = "yes"], [
AC_MSG_RESULT(yes) AC_MSG_RESULT(yes)
VLC_ADD_PLUGIN([stream_out_raop]) 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}]) VLC_ADD_CFLAGS([stream_out_raop], [${LIBGCRYPT_CFLAGS}])
], [ ], [
AC_MSG_RESULT(no) AC_MSG_RESULT(no)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment