view patches/faad2-2.5.patch @ 6485:919f33e40679

mingw::guile: fix socket and compiling.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Thu, 03 Feb 2011 23:57:03 +0100
parents 64f7b296ba99
children
line wrap: on
line source

--- configure.in~       2006-08-13 16:13:31.000000000 +0200
+++ configure.in        2006-09-12 16:31:07.000000000 +0200
@@ -118,4 +118,7 @@
   AC_DEFINE([HAVE_BMP], 1, [User wants beep media player plugin built])
   AM_CONDITIONAL([HAVE_XMMS], true)
   AM_CONDITIONAL([HAVE_BMP], true)
+else
+  AM_CONDITIONAL([HAVE_XMMS], false)
+  AM_CONDITIONAL([HAVE_BMP], false)
 fi

 if test x$WITHDRM = xyes; then