From 7aafdfd7e4e1b14edca3b427de1a2dbc0a36584b Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Sun, 15 Jun 2008 22:26:21 +0200 Subject: [PATCH] Fix win32 compile. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7aecb5a65b..f3d58e51f3 100644 --- a/configure.ac +++ b/configure.ac @@ -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"]) -- 2.39.2