From 85d3362e3426775100ac58890709f15bbabd49f3 Mon Sep 17 00:00:00 2001 From: Edgard Lima Date: Tue, 29 Nov 2005 02:55:18 +0000 Subject: libmm ported to 0.9. It works fine, but print some error messages. I'll fix them soon. Tested with mmssrc location=m... Original commit message from CVS: libmm ported to 0.9. It works fine, but print some error messages. I'll fix them soon. Tested with mmssrc location=mms:// ! filesink. --- configure.ac | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index ce1fcea5..eb9ad1f5 100644 --- a/configure.ac +++ b/configure.ac @@ -411,6 +411,14 @@ GST_CHECK_FEATURE(MUSEPACK, [musepackdec], musepack, [ AC_LANG_C ]) +dnl *** libmms *** +translit(dnm, m, l) AM_CONDITIONAL(USE_LIBMMS, true) +GST_CHECK_FEATURE(LIBMMS, [mms protocol library], libmms, [ + dnl check with pkg-config first + PKG_CHECK_MODULES(LIBMMS, libmms >= 0.1, HAVE_LIBMMS="yes", HAVE_LIBMMS="no") +]) +AC_SUBST(LIBMMS_LIBS) + dnl *** SDL *** translit(dnm, m, l) AM_CONDITIONAL(USE_SDL, true) @@ -530,6 +538,7 @@ ext/faad/Makefile ext/wavpack/Makefile ext/ivorbis/Makefile ext/gsm/Makefile +ext/libmms/Makefile ext/musepack/Makefile ext/sdl/Makefile docs/Makefile -- cgit v1.2.1