summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-12-21 11:00:47 +0200
committerSebastian Dröge <sebastian@centricular.com>2016-12-21 11:17:11 +0200
commit9b5de053995488d5ddc78c1bf4df651101271d70 (patch)
tree07755463428bf4460852180dc4d3155cc28bf488 /meson.build
parent0fdd4e2539cc8c2c794419b13594ed7761d5fccd (diff)
downloadgstreamer-plugins-bad-9b5de053995488d5ddc78c1bf4df651101271d70.tar.gz
Remove various unported plugins
If they were not ported after 4+ years it seems unlikely that anybody is ever going to need them again. They're still in the GIT history if needed. https://bugzilla.gnome.org/show_bug.cgi?id=774530
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 0 insertions, 3 deletions
diff --git a/meson.build b/meson.build
index 178826763..79f792412 100644
--- a/meson.build
+++ b/meson.build
@@ -72,7 +72,6 @@ check_headers = [
['HAVE_SYS_UTSNAME_H', 'sys/utsname.h'],
['HAVE_UNISTD_H', 'unistd.h'],
['HAVE_WINDOWS_H', 'windows.h'],
- ['HAVE_WININET_H', 'wininet.h'],
['HAVE_WINSOCK2_H', 'winsock2.h'],
['HAVE_WS2TCPIP_H', 'ws2tcpip.h'],
]
@@ -128,8 +127,6 @@ check_functions = [
# check token HAVE_FAAC
# check token HAVE_FAAD
# check token HAVE_FBDEV
-# check token HAVE_FIONREAD_IN_SYS_FILIO
-# check token HAVE_FIONREAD_IN_SYS_IOCTL
# check token HAVE_FLITE
# check token HAVE_FLUIDSYNTH
['HAVE_GETPAGESIZE', 'getpagesize'],