mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 05:56:31 +00:00
configure: include <windows.h> into msacm.h conftest
This commit is contained in:
parent
2d647b6ea8
commit
01f514160f
1 changed files with 3 additions and 1 deletions
|
@ -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 ***
|
||||
|
|
Loading…
Reference in a new issue