From a5ef8aef56c1639abcc23b7ba19c00225a041e89 Mon Sep 17 00:00:00 2001 From: Edgard Lima Date: Tue, 22 Nov 2005 15:09:28 +0000 Subject: Musepackdec ported to 0.9. There is still a small problem to be solved, after the end of file, the pipeline doens't s... Original commit message from CVS: Musepackdec ported to 0.9. There is still a small problem to be solved, after the end of file, the pipeline doens't stop. --- configure.ac | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 8c581357..910af2e5 100644 --- a/configure.ac +++ b/configure.ac @@ -399,6 +399,18 @@ else AC_SUBST(X_LIBS) fi +dnl *** musepack *** +translit(dnm, m, l) AM_CONDITIONAL(USE_MUSEPACK, true) +GST_CHECK_FEATURE(MUSEPACK, [musepackdec], musepack, [ + AC_LANG_CPLUSPLUS + AC_CHECK_HEADER([mpcdec/mpcdec.h], [ + HAVE_MUSEPACK="yes" + MUSEPACK_LIBS="-lmpcdec" + AC_SUBST(MUSEPACK_LIBS) + ], [HAVE_MUSEPACK="no"]) + AC_LANG_C +]) + dnl *** SDL *** translit(dnm, m, l) AM_CONDITIONAL(USE_SDL, true) @@ -508,6 +520,7 @@ ext/faac/Makefile ext/faad/Makefile ext/ivorbis/Makefile ext/gsm/Makefile +ext/musepack/Makefile ext/sdl/Makefile docs/Makefile docs/plugins/Makefile -- cgit v1.2.1