summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2013-05-12 23:51:32 +0100
committerTim-Philipp Müller <tim@centricular.net>2013-05-12 23:51:32 +0100
commit0c1f05924508e05f95aab6f922e60f1bda538bf9 (patch)
tree94bbc1ebddb410a1d8d29d7a2d65cdbfe9c66c4d /configure.ac
parent020c93b973a7e601a8f9ac1a0fad808074e130c8 (diff)
dirac: remove old dirac-research library based codec
It's not developed any more and replaced by the libschroedinger-based elements in gst-plugins-good. (The libschroedinger 1.0.9 release notes state "This is an exciting release: most of the encoding tools in dirac-research have been ported over to Schrödinger, so now schro has the same or better compression efficiency as dirac-research.")
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac12
1 files changed, 1 insertions, 11 deletions
diff --git a/configure.ac b/configure.ac
index dec7b6110..b6db22294 100644
--- a/configure.ac
+++ b/configure.ac
@@ -344,7 +344,7 @@ GST_PLUGINS_NONPORTED=" cdxaparse \
sdi stereo tta \
videomeasure videosignal vmnc \
linsys vcd \
- apexsink cdaudio dc1394 dirac directfb \
+ apexsink cdaudio dc1394 directfb \
gsettings \
musepack nas openal sdl sndfile timidity \
directdraw direct3d9 acm wininet \
@@ -1251,14 +1251,6 @@ AG_GST_CHECK_FEATURE(WAYLAND, [wayland sink], wayland , [
])
])
-dnl **** Dirac ****
-translit(dnm, m, l) AM_CONDITIONAL(USE_DIRAC, true)
-AG_GST_CHECK_FEATURE(DIRAC, [dirac], dirac, [
- PKG_CHECK_MODULES(DIRAC, dirac >= 0.10, HAVE_DIRAC="yes", [
- HAVE_DIRAC="no"
- ])
-])
-
dnl *** DTS ***
translit(dnm, m, l) AM_CONDITIONAL(USE_DTS, true)
AG_GST_CHECK_FEATURE(DTS, [dts library], dtsdec, [
@@ -2207,7 +2199,6 @@ AM_CONDITIONAL(USE_DECKLINK, false)
AM_CONDITIONAL(DECKLINK_OSX, false)
AM_CONDITIONAL(USE_DIRECTFB, false)
AM_CONDITIONAL(USE_WAYLAND, false)
-AM_CONDITIONAL(USE_DIRAC, false)
AM_CONDITIONAL(USE_DTS, false)
AM_CONDITIONAL(USE_EXIF, false)
AM_CONDITIONAL(USE_RESINDVD, false)
@@ -2470,7 +2461,6 @@ ext/chromaprint/Makefile
ext/curl/Makefile
ext/dash/Makefile
ext/dc1394/Makefile
-ext/dirac/Makefile
ext/directfb/Makefile
ext/wayland/Makefile
ext/dts/Makefile