diff options
author | Zeeshan Ali <zeenix@gmail.com> | 2004-09-10 00:41:12 +0000 |
---|---|---|
committer | Zeeshan Ali <zeenix@gmail.com> | 2004-09-10 00:41:12 +0000 |
commit | 978f5dbaee4d3d4702bac5b2e4a248c61bcffb59 (patch) | |
tree | 82781c7854cb76cc147daa980e96404336a82cc3 /ext/Makefile.am | |
parent | 514350e8272e8aa3d6f682e0066933221e2c13a6 (diff) | |
download | gst-plugins-bad-978f5dbaee4d3d4702bac5b2e4a248c61bcffb59.tar.gz gst-plugins-bad-978f5dbaee4d3d4702bac5b2e4a248c61bcffb59.tar.bz2 gst-plugins-bad-978f5dbaee4d3d4702bac5b2e4a248c61bcffb59.zip |
Moving MAS plugin back to gst-sandbox module.
Original commit message from CVS:
Moving MAS plugin back to gst-sandbox module.
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r-- | ext/Makefile.am | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 20f7993e..41a029cf 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -226,11 +226,11 @@ else MPLEX_DIR= endif -if USE_MAS -MAS_DIR=mas -else -MAS_DIR= -endif +#if USE_MAS +#MAS_DIR=mas +#else +#MAS_DIR= +#endif if USE_MUSICBRAINZ MUSICBRAINZ_DIR=musicbrainz @@ -387,7 +387,6 @@ SUBDIRS=\ $(LIBRFB_DIR) \ $(LIBVISUAL_DIR) \ $(MAD_DIR) \ - $(MAS_DIR) \ $(MIKMOD_DIR) \ $(MPEG2DEC_DIR) \ $(MPEG2ENC_DIR) \ @@ -451,7 +450,6 @@ DIST_SUBDIRS=\ mpeg2dec \ mpeg2enc \ mplex \ - mas \ musicbrainz \ nas \ ogg \ |