Commit 7aafdfd7 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Fix win32 compile.

parent f0436bfa
......@@ -5199,7 +5199,7 @@ AS_IF([test "${enable_libgcrypt}" != "no"], [
])
if test "${SYS}" = "mingw32" -o "${SYS}" = "mingwce"; then
AS_IF([test "${have_libgcrypt}" = "yes"],[
VLC_ADD_LIBS([rtp], [${LIBGCRYPT_LIBS}])
VLC_ADD_LIBS([rtp stream_out_rtp], [${LIBGCRYPT_LIBS}])
])
fi
AM_CONDITIONAL([HAVE_LIBGCRYPT], [test "${have_libgcrypt}" = "yes"])
......
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