[gst-cvs] gst-plugins-bad: configure: include <windows.h> into msacm.h conftest
Wim Taymans
wtay at kemper.freedesktop.org
Mon Jan 11 07:46:58 PST 2010
Module: gst-plugins-bad
Branch: master
Commit: 01f514160f3ebd8363b306594414b1fa9039d13f
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=01f514160f3ebd8363b306594414b1fa9039d13f
Author: Ð ÑÑлан ÐжбÑлаÑов <lrn1986 at gmail.com>
Date: Mon Jan 11 16:09:38 2010 +0100
configure: include <windows.h> into msacm.h conftest
---
configure.ac | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index a3f14e5..bc37b4b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1444,7 +1444,9 @@ AG_GST_CHECK_FEATURE(ACM, [Windows ACM library], acm, [
[HAVE_ACM="yes"
AC_SUBST(ACMENC_CFLAGS)
AC_SUBST(ACMMP3DEC_CFLAGS)
- ], [HAVE_ACM="no"])
+ ], [HAVE_ACM="no"],
+ [AC_INCLUDES_DEFAULT
+#include <windows.h>])
])
dnl *** vdpau ***
More information about the Gstreamer-commits
mailing list