mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-28 18:18:38 +00:00
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:
This commit is contained in:
parent
bb3eed46a0
commit
36a3243b1a
3 changed files with 8 additions and 18 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
2004-02-18 David Schleef <ds@schleef.org>
|
||||||
|
|
||||||
|
* 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 <ds@schleef.org>
|
2004-02-18 David Schleef <ds@schleef.org>
|
||||||
|
|
||||||
* ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
|
* ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
|
||||||
|
|
10
configure.ac
10
configure.ac
|
@ -811,15 +811,6 @@ GST_CHECK_FEATURE(DVDNAV, [dvdnav library], dvdnavsrc, [
|
||||||
AS_SCRUB_INCLUDE(DVDNAV_CFLAGS)
|
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 ****
|
dnl **** ESound ****
|
||||||
translit(dnm, m, l) AM_CONDITIONAL(USE_ESD, true)
|
translit(dnm, m, l) AM_CONDITIONAL(USE_ESD, true)
|
||||||
GST_CHECK_FEATURE(ESD, [esound plug-ins], esdsink esdmon, [
|
GST_CHECK_FEATURE(ESD, [esound plug-ins], esdsink esdmon, [
|
||||||
|
@ -1652,7 +1643,6 @@ ext/libfame/Makefile
|
||||||
ext/libpng/Makefile
|
ext/libpng/Makefile
|
||||||
ext/librfb/Makefile
|
ext/librfb/Makefile
|
||||||
ext/mad/Makefile
|
ext/mad/Makefile
|
||||||
ext/mas/Makefile
|
|
||||||
ext/mikmod/Makefile
|
ext/mikmod/Makefile
|
||||||
ext/mpeg2dec/Makefile
|
ext/mpeg2dec/Makefile
|
||||||
ext/mpeg2enc/Makefile
|
ext/mpeg2enc/Makefile
|
||||||
|
|
|
@ -64,12 +64,6 @@ else
|
||||||
ESD_DIR=
|
ESD_DIR=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if USE_MAS
|
|
||||||
MAS_DIR=mas
|
|
||||||
else
|
|
||||||
MAS_DIR=
|
|
||||||
endif
|
|
||||||
|
|
||||||
if USE_FAAC
|
if USE_FAAC
|
||||||
FAAC_DIR=faac
|
FAAC_DIR=faac
|
||||||
else
|
else
|
||||||
|
@ -347,7 +341,6 @@ SUBDIRS=\
|
||||||
$(LIBPNG_DIR) \
|
$(LIBPNG_DIR) \
|
||||||
$(LIBRFB_DIR) \
|
$(LIBRFB_DIR) \
|
||||||
$(MAD_DIR) \
|
$(MAD_DIR) \
|
||||||
$(MAS_DIR) \
|
|
||||||
$(MIKMOD_DIR) \
|
$(MIKMOD_DIR) \
|
||||||
$(MPEG2DEC_DIR) \
|
$(MPEG2DEC_DIR) \
|
||||||
$(MPEG2ENC_DIR) \
|
$(MPEG2ENC_DIR) \
|
||||||
|
@ -401,7 +394,6 @@ DIST_SUBDIRS=\
|
||||||
libpng \
|
libpng \
|
||||||
librfb \
|
librfb \
|
||||||
mad \
|
mad \
|
||||||
mas \
|
|
||||||
mikmod \
|
mikmod \
|
||||||
mpeg2dec \
|
mpeg2dec \
|
||||||
mpeg2enc \
|
mpeg2enc \
|
||||||
|
|
Loading…
Reference in a new issue