mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
Moving MAS plugin back to gst-sandbox module.
Original commit message from CVS: Moving MAS plugin back to gst-sandbox module.
This commit is contained in:
parent
7361aa3e46
commit
efc4b3bd1a
2 changed files with 12 additions and 14 deletions
14
configure.ac
14
configure.ac
|
@ -1209,12 +1209,12 @@ AC_SUBST(LAME_CFLAGS)
|
||||||
AC_SUBST(LAME_LIBS)
|
AC_SUBST(LAME_LIBS)
|
||||||
|
|
||||||
dnl *** MAS (TODO) ***
|
dnl *** MAS (TODO) ***
|
||||||
translit(dnm, m, l) AM_CONDITIONAL(USE_MAS, true)
|
dnl translit(dnm, m, l) AM_CONDITIONAL(USE_MAS, true)
|
||||||
GST_CHECK_FEATURE(MAS, [mas], mas, [
|
dnl GST_CHECK_FEATURE(MAS, [mas], mas, [
|
||||||
GST_CHECK_CONFIGPROG(MAS, mas-config)
|
dnl GST_CHECK_CONFIGPROG(MAS, mas-config)
|
||||||
AC_SUBST(MAS_CFLAGS)
|
dnl AC_SUBST(MAS_CFLAGS)
|
||||||
AC_SUBST(MAS_LIBS)
|
dnl AC_SUBST(MAS_LIBS)
|
||||||
])
|
dnl ])
|
||||||
|
|
||||||
dnl *** libcaca ***
|
dnl *** libcaca ***
|
||||||
translit(dnm, m, l) AM_CONDITIONAL(USE_LIBCACA, true)
|
translit(dnm, m, l) AM_CONDITIONAL(USE_LIBCACA, true)
|
||||||
|
@ -1962,7 +1962,7 @@ ext/libpng/Makefile
|
||||||
ext/librfb/Makefile
|
ext/librfb/Makefile
|
||||||
ext/libvisual/Makefile
|
ext/libvisual/Makefile
|
||||||
ext/mad/Makefile
|
ext/mad/Makefile
|
||||||
ext/mas/Makefile
|
dnl ext/mas/Makefile
|
||||||
ext/mikmod/Makefile
|
ext/mikmod/Makefile
|
||||||
ext/mpeg2dec/Makefile
|
ext/mpeg2dec/Makefile
|
||||||
ext/mpeg2enc/Makefile
|
ext/mpeg2enc/Makefile
|
||||||
|
|
|
@ -226,11 +226,11 @@ else
|
||||||
MPLEX_DIR=
|
MPLEX_DIR=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if USE_MAS
|
#if USE_MAS
|
||||||
MAS_DIR=mas
|
#MAS_DIR=mas
|
||||||
else
|
#else
|
||||||
MAS_DIR=
|
#MAS_DIR=
|
||||||
endif
|
#endif
|
||||||
|
|
||||||
if USE_MUSICBRAINZ
|
if USE_MUSICBRAINZ
|
||||||
MUSICBRAINZ_DIR=musicbrainz
|
MUSICBRAINZ_DIR=musicbrainz
|
||||||
|
@ -387,7 +387,6 @@ SUBDIRS=\
|
||||||
$(LIBRFB_DIR) \
|
$(LIBRFB_DIR) \
|
||||||
$(LIBVISUAL_DIR) \
|
$(LIBVISUAL_DIR) \
|
||||||
$(MAD_DIR) \
|
$(MAD_DIR) \
|
||||||
$(MAS_DIR) \
|
|
||||||
$(MIKMOD_DIR) \
|
$(MIKMOD_DIR) \
|
||||||
$(MPEG2DEC_DIR) \
|
$(MPEG2DEC_DIR) \
|
||||||
$(MPEG2ENC_DIR) \
|
$(MPEG2ENC_DIR) \
|
||||||
|
@ -451,7 +450,6 @@ DIST_SUBDIRS=\
|
||||||
mpeg2dec \
|
mpeg2dec \
|
||||||
mpeg2enc \
|
mpeg2enc \
|
||||||
mplex \
|
mplex \
|
||||||
mas \
|
|
||||||
musicbrainz \
|
musicbrainz \
|
||||||
nas \
|
nas \
|
||||||
ogg \
|
ogg \
|
||||||
|
|
Loading…
Reference in a new issue