summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4')
-rw-r--r--m4/decoders.m42
-rw-r--r--m4/summary.m41
2 files changed, 2 insertions, 1 deletions
diff --git a/m4/decoders.m4 b/m4/decoders.m4
index 6e9db8c07..37690c032 100644
--- a/m4/decoders.m4
+++ b/m4/decoders.m4
@@ -551,7 +551,7 @@ AC_DEFUN([XINE_DECODER_PLUGINS], [
dnl Broadcom MMAL (Multi Media Abstraction Layer) decoder plugin for RPi
AC_ARG_ENABLE([mmal],
- [AS_HELP_STRING([--enable-mmal], [Enable libmmal based HW decoder plugin for Raspberry Pi (default: enabled)])],
+ [AS_HELP_STRING([--enable-mmal], [Enable libmmal HW decoder and video output plugin for Raspberry Pi (default: enabled)])],
[test x"$enableval" != x"no" && enable_mmal="yes"])
if test x"$enable_mmal" != "no"; then
saved_CPPFLAGS="$CPPFLAGS"
diff --git a/m4/summary.m4 b/m4/summary.m4
index e0085a57f..b4d5ee704 100644
--- a/m4/summary.m4
+++ b/m4/summary.m4
@@ -242,6 +242,7 @@ AC_DEFUN([XINE_LIB_SUMMARY], [
test x"$have_libstk" = x"yes" && echo " - stk (Libstk Set-top Toolkit)"
test x"$have_macosx_video" = x"yes" && echo " - Mac OS X OpenGL"
test x"$have_sdl" = x"yes" && echo " - sdl (Simple DirectMedia Layer)"
+ test x"$have_mmal" = x"yes" && echo " - mmal (Broadcom MultiMedia Abstraction Layer)"
if test x"$have_dxr3" = x"yes"; then