summaryrefslogtreecommitdiff
path: root/configure.ac
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 /configure.ac
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 'configure.ac')
-rw-r--r--configure.ac16
1 files changed, 0 insertions, 16 deletions
diff --git a/configure.ac b/configure.ac
index d56de894b..9a047e917 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2141,19 +2141,6 @@ AG_GST_CHECK_FEATURE(DVB, [DVB Source], dvb, [
], [HAVE_DVB="no"])
])
-dnl *** acm ***
-translit(dnm, m, l) AM_CONDITIONAL(USE_ACM, true)
-AG_GST_CHECK_FEATURE(ACM, [Windows ACM library], acm, [
- AC_MSG_CHECKING([Checking for ACM support])
- AC_CHECK_HEADERS([windows.h msacm.h],
- [HAVE_ACM="yes"
- AC_SUBST(ACMENC_CFLAGS)
- AC_SUBST(ACMMP3DEC_CFLAGS)
- ], [HAVE_ACM="no"],
- [AC_INCLUDES_DEFAULT
-#include <windows.h>])
-])
-
dnl *** vdpau ***
translit(dnm, m, l) AM_CONDITIONAL(USE_VDPAU, true)
AG_GST_CHECK_FEATURE(VDPAU, [VDPAU], vdpau, [
@@ -2409,7 +2396,6 @@ AM_CONDITIONAL(USE_SRTP, false)
AM_CONDITIONAL(USE_SRT, false)
AM_CONDITIONAL(USE_GME, false)
AM_CONDITIONAL(USE_DVB, false)
-AM_CONDITIONAL(USE_ACM, false)
AM_CONDITIONAL(USE_VDPAU, false)
AM_CONDITIONAL(USE_SBC, false)
AM_CONDITIONAL(USE_ZBAR, false)
@@ -2614,8 +2600,6 @@ gst-libs/gst/audio/Makefile
gst-libs/gst/opencv/Makefile
sys/Makefile
sys/dshowdecwrapper/Makefile
-sys/acmenc/Makefile
-sys/acmmp3dec/Makefile
sys/androidmedia/Makefile
sys/applemedia/Makefile
sys/bluez/Makefile