[vlc-commits] configure: only add bcrypt to the core

Steve Lhomme git at videolan.org
Thu Apr 9 07:52:09 CEST 2020


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Tue Apr  7 12:47:55 2020 +0200| [321f8b9da2a82689f06c526a0cecff3c93594a9c] | committer: Steve Lhomme

configure: only add bcrypt to the core

If a module needs it, it should add it by itself.

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

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 14b3e6e8dc..4fd1240d09 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1252,7 +1252,7 @@ AS_IF([test "${enable_ssp}" != "no" -a "${enable_optimizations}" != "no"], [
 AS_IF([test "${SYS}" = "mingw32"], [
     dnl library for BCrypt APIs
     AS_IF([test "${vlc_winstore_app}" = 1],
-          [LDFLAGS="${LDFLAGS} -lbcrypt"])
+          VLC_ADD_LIBS([libvlccore], [-lbcrypt]))
 ])
 
 VLC_SAVE_FLAGS



More information about the vlc-commits mailing list