mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
parent
59aaf71b0b
commit
f0224088c7
1 changed files with 3 additions and 1 deletions
|
@ -1586,7 +1586,9 @@ translit(dnm, m, l) AM_CONDITIONAL(USE_WININET, true)
|
|||
AG_GST_CHECK_FEATURE(WININET, [Windows internet library], wininet, [
|
||||
AC_MSG_CHECKING([Checking for windows internet support])
|
||||
AC_CHECK_HEADERS([windows.h wininet.h],
|
||||
[HAVE_WININET="yes"], [HAVE_WININET="no"])
|
||||
[HAVE_WININET="yes"], [HAVE_WININET="no"],
|
||||
[AC_INCLUDES_DEFAULT
|
||||
#include <windows.h>])
|
||||
])
|
||||
|
||||
dnl *** acm ***
|
||||
|
|
Loading…
Reference in a new issue