mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
ok, mad is ok flac could be too, let's see gsm is unbroken give it a whirl
Original commit message from CVS: ok, mad is ok flac could be too, let's see gsm is unbroken give it a whirl
This commit is contained in:
parent
31fe57ee49
commit
e337ac9cbb
1 changed files with 7 additions and 10 deletions
17
configure.ac
17
configure.ac
|
@ -105,14 +105,10 @@ if test "x$broken-plugins" = "$xyes"; then
|
||||||
AC_MSG_WARN(building broken plugins)
|
AC_MSG_WARN(building broken plugins)
|
||||||
USE_ARTS="yes"
|
USE_ARTS="yes"
|
||||||
USE_ARTSC="yes"
|
USE_ARTSC="yes"
|
||||||
USE_LIBGSM="yes"
|
|
||||||
USE_FLACLIB="yes"
|
|
||||||
else
|
else
|
||||||
AC_MSG_NOTICE(not building broken plugins)
|
AC_MSG_NOTICE(not building broken plugins)
|
||||||
USE_ARTS="no"
|
USE_ARTS="no"
|
||||||
USE_ARTSC="no"
|
USE_ARTSC="no"
|
||||||
USE_LIBGSM="no"
|
|
||||||
USE_FLACLIB="no"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
@ -490,12 +486,13 @@ GST_CHECK_FEATURE(LIBESD, [esound plugins], esdsrc esdsink, [
|
||||||
])
|
])
|
||||||
|
|
||||||
dnl *** FLAC ***
|
dnl *** FLAC ***
|
||||||
dnl dnl thomas : checking for compile with main instead of actual function,
|
dnl thomas : checking for compile with main instead of actual function,
|
||||||
dnl dnl since that made autoconf break (for version 2.13)
|
dnl since that made autoconf break (for version 2.13)
|
||||||
dnl translit(dnm, m, l) AM_CONDITIONAL(USE_LIBFLAC, true)
|
translit(dnm, m, l) AM_CONDITIONAL(USE_LIBFLAC, true)
|
||||||
dnl GST_CHECK_FEATURE(FLACLIB, [FLAC lossless audio], flacenc flacdec, [
|
GST_CHECK_FEATURE(FLACLIB, [FLAC lossless audio], flacenc flacdec, [
|
||||||
dnl GST_CHECK_LIBHEADER(FLACLIB, FLAC, main, -lm, FLAC/all.h, LIBFLAC_LIBS="-lFLAC")
|
GST_CHECK_LIBHEADER(FLACLIB, FLAC, main, -lm, FLAC/all.h, LIBFLAC_LIBS="-lFLAC")
|
||||||
dnl ])
|
])
|
||||||
|
|
||||||
dnl
|
dnl
|
||||||
dnl *** Gnome VFS ***
|
dnl *** Gnome VFS ***
|
||||||
dnl this check uses the GST_CHECK_CONFIGPROG macro with gnome-config vfs
|
dnl this check uses the GST_CHECK_CONFIGPROG macro with gnome-config vfs
|
||||||
|
|
Loading…
Reference in a new issue