git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd8d083
)
Fix building module/demux/rtp.c for Win32 and WinCE (mingw32/mingwce)
author
Jean-Paul Saman
<jpsaman@videolan.org>
Sun, 8 Jun 2008 14:06:25 +0000
(16:06 +0200)
committer
Jean-Paul Saman
<jpsaman@videolan.org>
Sun, 8 Jun 2008 14:06:59 +0000
(16:06 +0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
cc4685a
..
89b793f
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-5303,6
+5303,11
@@
AC_ARG_ENABLE(libgcrypt,
AS_IF([test "${enable_libgcrypt}" != "no"], [
AM_PATH_LIBGCRYPT([1:1.1.94], [have_libgcrypt="yes"], [have_libgcrypt="no"])
])
+if test "${SYS}" = "mingw32" -o "${SYS}" = "mingwce"; then
+ AS_IF([test "${have_libgcrypt}" = "yes"],[
+ VLC_ADD_LIBS([rtp], [${LIBGCRYPT_LIBS}])
+ ])
+fi
AM_CONDITIONAL([HAVE_LIBGCRYPT], [test "${have_libgcrypt}" = "yes"])
dnl