summaryrefslogtreecommitdiff
path: root/ext/Makefile.am
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2012-05-13 19:21:19 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-05-13 19:21:19 +0100
commitdd75c2167078b5274789ecb2d5dc994146ea24c2 (patch)
treea476987c2aa17f9e37addaa0ef5465e1868c7ea0 /ext/Makefile.am
parent3f833f7574630e340b4fe7996de60d0ad3dfc2d2 (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 'ext/Makefile.am')
-rw-r--r--ext/Makefile.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index 791fe00254..96fa1360ec 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -4,12 +4,6 @@ else
AALIB_DIR =
endif
-if USE_ANNODEX
-ANNODEX_DIR = annodex
-else
-ANNODEX_DIR =
-endif
-
if USE_CAIRO
CAIRO_DIR = cairo
else
@@ -115,7 +109,6 @@ endif
SUBDIRS = \
$(AALIB_DIR) \
- $(ANNODEX_DIR) \
$(CAIRO_DIR) \
$(DV1394_DIR) \
$(FLAC_DIR) \
@@ -136,7 +129,6 @@ SUBDIRS = \
DIST_SUBDIRS = \
aalib \
- annodex \
cairo \
dv \
flac \