diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2012-05-13 19:21:19 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2012-05-13 19:21:19 +0100 |
commit | dd75c2167078b5274789ecb2d5dc994146ea24c2 (patch) | |
tree | a476987c2aa17f9e37addaa0ef5465e1868c7ea0 /configure.ac | |
parent | 3f833f7574630e340b4fe7996de60d0ad3dfc2d2 (diff) |
annodex: remove annodex plugin and CMML elements
This never really took off and is most likely completely
unused. If there is still a need for this, it should
probably be done differently, perhaps inside oggdemux/mux.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac index e964cac02..0ff9a295b 100644 --- a/configure.ac +++ b/configure.ac @@ -686,12 +686,6 @@ AG_GST_CHECK_FEATURE(AALIB, [aalib ASCII Art library], aasink, [ AS_SCRUB_INCLUDE(AALIB_CFLAGS) ]) -dnl *** annodex *** -translit(dnm, m, l) AM_CONDITIONAL(USE_ANNODEX, true) -AG_GST_CHECK_FEATURE(ANNODEX, [XML library], annodex, [ - AG_GST_PKG_CHECK_MODULES(ANNODEX, libxml-2.0 >= 2.4.9) -]) - dnl *** cairo *** translit(dnm, m, l) AM_CONDITIONAL(USE_CAIRO, true) AG_GST_CHECK_FEATURE(CAIRO, [Cairo graphics rendering], cairo, [ @@ -954,7 +948,6 @@ else dnl not building plugins with external dependencies, dnl but we still need to set the conditionals AM_CONDITIONAL(USE_AALIB, false) -AM_CONDITIONAL(USE_ANNODEX, false) AM_CONDITIONAL(USE_BZ2, false) AM_CONDITIONAL(USE_CAIRO, false) AM_CONDITIONAL(USE_CAIRO_GOBJECT, false) @@ -1093,7 +1086,6 @@ gst/flx/Makefile gst/y4m/Makefile ext/Makefile ext/aalib/Makefile -ext/annodex/Makefile ext/cairo/Makefile ext/dv/Makefile ext/flac/Makefile |