From 6ca10c633d69107b6cbe409b5444bb79d868af5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 18 Dec 2018 00:34:44 +0000 Subject: 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 --- meson.build | 2 -- 1 file changed, 2 deletions(-) (limited to 'meson.build') 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 -- cgit v1.2.1