diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2017-06-23 19:52:04 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2017-06-23 20:02:43 +0100 |
commit | dd23afb6d4817cb331939b8823165cba7c999ca6 (patch) | |
tree | 130c5a108552e614c1bb96c9073d6cfa9200dc8e /meson.build | |
parent | 2271fee77e762a0b601716103bf2301b0d0b893a (diff) |
sys: remove sunaudio plugin
Even though hooked up to the build system, it's clear that no one
has ever built or used this with GStreamer 1.x. It wants to link
against libgstinterfaces, which no longer exists. And uses 0.10-style
raw audio caps. And the last meaningful change was done in 2009.
Let's just remove it.
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/meson.build b/meson.build index dd61f24a7..45b06ba05 100644 --- a/meson.build +++ b/meson.build @@ -100,16 +100,10 @@ check_functions = [ ['HAVE_ISINF', 'isinf', '#include<math.h>'], # check token HAVE_LIBV4L2 ['HAVE_MMAP', 'mmap', '#include<sys/mman.h>'], -# check token HAVE_OSS -# check token HAVE_OSS4 -# check token HAVE_OSS_INCLUDE_IN_MACHINE -# check token HAVE_OSS_INCLUDE_IN_ROOT -# check token HAVE_OSS_INCLUDE_IN_SYS # check token HAVE_OSX_AUDIO # check token HAVE_OSX_VIDEO # check token HAVE_RDTSC ['HAVE_SINH', 'sinh', '#include<math.h>'], -# check token HAVE_SUNAUDIO # check token HAVE_WAVEFORM ] |