summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-12-18 00:34:44 +0000
committerTim-Philipp Müller <tim@centricular.com>2018-12-18 10:06:59 +0000
commit6ca10c633d69107b6cbe409b5444bb79d868af5c (patch)
tree323b57c53c63a9e4417f955ce99286b8bdd7a724 /meson.build
parentda7cf85e3c2cf7ba16410e762e1dbea61891b34f (diff)
downloadgstreamer-plugins-bad-6ca10c633d69107b6cbe409b5444bb79d868af5c.tar.gz
Remove acmmp3dec and acmenc plugins
ACM is an ancient legacy API, and there's no point in keeping it around for a licensed mp3 decoder now that mp3 patents have expired and we have a decoder in -good. We didn't ship this in cerbero anyway. If there's a good case for the AAC encoder (which is LC only anyway) someone should write a new plugin based on current APIs, that can actually be built out of the box. Fixes #850
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 7cc9c6450..83e1528b2 100644
--- a/meson.build
+++ b/meson.build
@@ -113,7 +113,6 @@ check_headers = [
['HAVE_FCNTL_H', 'fcntl.h'],
['HAVE_INTTYPES_H', 'inttypes.h'],
['HAVE_MEMORY_H', 'memory.h'],
- ['HAVE_MSACM_H', 'msacm.h'],
['HAVE_NETINET_IN_H', 'netinet/in.h'],
['HAVE_NETINET_IP_H', 'netinet/ip.h'],
['HAVE_NETINET_TCP_H', 'netinet/tcp.h'],
@@ -141,7 +140,6 @@ foreach h : check_headers
endforeach
check_functions = [
-# check token HAVE_ACM
# check token HAVE_ANDROID_MEDIA
# check token HAVE_APEXSINK
# check token HAVE_APPLE_MEDIA