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 /configure.ac | |
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 'configure.ac')
-rw-r--r-- | configure.ac | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac index 0992c4a4..6f10f531 100644 --- a/configure.ac +++ b/configure.ac @@ -1209,12 +1209,12 @@ AC_SUBST(LAME_CFLAGS) AC_SUBST(LAME_LIBS) dnl *** MAS (TODO) *** -translit(dnm, m, l) AM_CONDITIONAL(USE_MAS, true) -GST_CHECK_FEATURE(MAS, [mas], mas, [ - GST_CHECK_CONFIGPROG(MAS, mas-config) - AC_SUBST(MAS_CFLAGS) - AC_SUBST(MAS_LIBS) -]) +dnl translit(dnm, m, l) AM_CONDITIONAL(USE_MAS, true) +dnl GST_CHECK_FEATURE(MAS, [mas], mas, [ +dnl GST_CHECK_CONFIGPROG(MAS, mas-config) +dnl AC_SUBST(MAS_CFLAGS) +dnl AC_SUBST(MAS_LIBS) +dnl ]) dnl *** libcaca *** translit(dnm, m, l) AM_CONDITIONAL(USE_LIBCACA, true) @@ -1962,7 +1962,7 @@ ext/libpng/Makefile ext/librfb/Makefile ext/libvisual/Makefile ext/mad/Makefile -ext/mas/Makefile +dnl ext/mas/Makefile ext/mikmod/Makefile ext/mpeg2dec/Makefile ext/mpeg2enc/Makefile |