vlc | branch: master | Steve Lhomme <[email protected]> | 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 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
