summaryrefslogtreecommitdiffstats
path: root/ext/Makefile.am
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-11-21 21:34:27 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-11-21 21:34:27 +0000
commit29e9ebcfda9cce9d72099d098d60bc7da0ea601a (patch)
treee84025a62eca39514a72abd5c7564d163a5326f1 /ext/Makefile.am
parente21d05a3008439620d90deaf8457336d1a44c58d (diff)
Add C-based local matroska/EBML plugin, remove libmatroska/libebml c++ one
Original commit message from CVS: Add C-based local matroska/EBML plugin, remove libmatroska/libebml c++ one
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 d00a8c14..ce036262 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -172,12 +172,6 @@ else
MAD_DIR=
endif
-if USE_MATROSKA
-MATROSKA_DIR=matroska
-else
-MATROSKA_DIR=
-endif
-
if USE_MIKMOD
MIKMOD_DIR=mikmod
else
@@ -309,7 +303,6 @@ SUBDIRS=\
$(LIBPNG_DIR) \
$(MAD_DIR) \
$(MAS_DIR) \
- $(MATROSKA_DIR) \
$(MIKMOD_DIR) \
$(MPEG2DEC_DIR) \
$(MPLEX_DIR) \
@@ -357,7 +350,6 @@ DIST_SUBDIRS=\
libfame \
libpng \
mad \
- matroska \
mikmod \
mpeg2dec \
mplex \