summaryrefslogtreecommitdiff
path: root/ext/Makefile.am
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2004-02-19 03:08:32 +0000
committerDavid Schleef <ds@schleef.org>2004-02-19 03:08:32 +0000
commit36a3243b1a36912b169f1fbf38179b6a9e41a50e (patch)
tree78b092095dd7dae0000afa7dfec8ce761dc4dc84 /ext/Makefile.am
parentbb3eed46a060a687d99fb96df0aa6dd4aa263d0e (diff)
downloadgstreamer-plugins-base-36a3243b1a36912b169f1fbf38179b6a9e41a50e.tar.gz
configure.ac: Move massink to gst-rotten
Original commit message from CVS: * configure.ac: Move massink to gst-rotten * ext/Makefile.am: * ext/mas/Makefile.am: * ext/mas/massink.c: * ext/mas/massink.h:
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 8bb401dd3..4865588c0 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -64,12 +64,6 @@ else
ESD_DIR=
endif
-if USE_MAS
-MAS_DIR=mas
-else
-MAS_DIR=
-endif
-
if USE_FAAC
FAAC_DIR=faac
else
@@ -347,7 +341,6 @@ SUBDIRS=\
$(LIBPNG_DIR) \
$(LIBRFB_DIR) \
$(MAD_DIR) \
- $(MAS_DIR) \
$(MIKMOD_DIR) \
$(MPEG2DEC_DIR) \
$(MPEG2ENC_DIR) \
@@ -401,7 +394,6 @@ DIST_SUBDIRS=\
libpng \
librfb \
mad \
- mas \
mikmod \
mpeg2dec \
mpeg2enc \