From ce8fa8f6f1268d743141a7790c2beb9b98f088ad Mon Sep 17 00:00:00 2001 From: David Schleef Date: Thu, 19 Feb 2004 03:08:32 +0000 Subject: [PATCH] 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: --- ChangeLog | 8 ++++++++ configure.ac | 10 ---------- ext/Makefile.am | 8 -------- 3 files changed, 8 insertions(+), 18 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6fc3959..d67122c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2004-02-18 David Schleef + * configure.ac: Move massink to gst-rotten + * ext/Makefile.am: + * ext/mas/Makefile.am: + * ext/mas/massink.c: + * ext/mas/massink.h: + +2004-02-18 David Schleef + * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf typefinding, since it seems to be worse than nothing. * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Add ftyp diff --git a/configure.ac b/configure.ac index 0989d99..3626b82 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 diff --git a/ext/Makefile.am b/ext/Makefile.am index 8bb401d..4865588 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 \ -- 2.7.4