Skip to content
Snippets Groups Projects
Commit 321f8b9d authored by Steve Lhomme's avatar Steve Lhomme
Browse files

configure: only add bcrypt to the core

If a module needs it, it should add it by itself.
parent beb2998d
No related branches found
No related tags found
No related merge requests found
Pipeline #16007 failed with stage
in 48 minutes and 16 seconds
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment