Remove acmmp3dec and acmenc plugins
authorTim-Philipp Müller <tim@centricular.com>
Tue, 18 Dec 2018 00:34:44 +0000 (00:34 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 18 Dec 2018 10:06:59 +0000 (10:06 +0000)
commit6ca10c633d69107b6cbe409b5444bb79d868af5c
tree323b57c53c63a9e4417f955ce99286b8bdd7a724
parentda7cf85e3c2cf7ba16410e762e1dbea61891b34f
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
configure.ac
meson.build
sys/Makefile.am
sys/acmenc/Makefile.am [deleted file]
sys/acmenc/acmenc.c [deleted file]
sys/acmmp3dec/Makefile.am [deleted file]
sys/acmmp3dec/acmmp3dec.c [deleted file]
sys/meson.build