]> git.sesse.net Git - vlc/blobdiff - configure.ac
Fix win32 compile.
[vlc] / configure.ac
index 7aecb5a65bdb1486ecfb4c456c005248f36775d1..f3d58e51f3f07a52d479284deb3058e74f28bc5f 100644 (file)
@@ -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"])