diff options
author | David Schleef <ds@schleef.org> | 2004-02-19 03:08:32 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2004-02-19 03:08:32 +0000 |
commit | 6bab7c936a1828c950779bac68d39dee0a30b09e (patch) | |
tree | 9ac8b9358a76a1e7ce4651ddda7b51e5e22f32fa /configure.ac | |
parent | 18a480ef4b23a2dacb5118c222f24a1e50fea151 (diff) | |
download | gst-plugins-bad-6bab7c936a1828c950779bac68d39dee0a30b09e.tar.gz gst-plugins-bad-6bab7c936a1828c950779bac68d39dee0a30b09e.tar.bz2 gst-plugins-bad-6bab7c936a1828c950779bac68d39dee0a30b09e.zip |
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 'configure.ac')
-rw-r--r-- | configure.ac | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac index 0989d99d..3626b82b 100644 --- a/configure.ac +++ b/configure.ac @@ -811,15 +811,6 @@ GST_CHECK_FEATURE(DVDNAV, [dvdnav library], dvdnavsrc, [ AS_SCRUB_INCLUDE(DVDNAV_CFLAGS) ]) -dnl *** MAS *** -translit(dnm, m, l) AM_CONDITIONAL(USE_MAS, true) -GST_CHECK_FEATURE(MAS, [mas library], massink, [ - translit(dnm, m, l) AC_SUBST(MAS_LIBS) - translit(dnm, m, l) AC_SUBST(MAS_CFLAGS) - GST_CHECK_CONFIGPROG(MAS, mas-config) - AS_SCRUB_INCLUDE(MAS_CFLAGS) -]) - dnl **** ESound **** translit(dnm, m, l) AM_CONDITIONAL(USE_ESD, true) GST_CHECK_FEATURE(ESD, [esound plug-ins], esdsink esdmon, [ @@ -1652,7 +1643,6 @@ ext/libfame/Makefile ext/libpng/Makefile ext/librfb/Makefile ext/mad/Makefile -ext/mas/Makefile ext/mikmod/Makefile ext/mpeg2dec/Makefile ext/mpeg2enc/Makefile |