[vlc-devel] commit: Fix win32 compile. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Sun Jun 15 22:25:03 CEST 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at altair.videolan.org> | Sun Jun 15 22:26:21 2008 +0200| [7aafdfd7e4e1b14edca3b427de1a2dbc0a36584b]
Fix win32 compile.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7aafdfd7e4e1b14edca3b427de1a2dbc0a36584b
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 7aecb5a..f3d58e5 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"])
More information about the vlc-devel
mailing list