diff options
author | Petri Hintukainen <phintuka@users.sourceforge.net> | 2014-05-15 21:35:26 +0300 |
---|---|---|
committer | Petri Hintukainen <phintuka@users.sourceforge.net> | 2014-05-15 21:35:26 +0300 |
commit | 2685fd1821cdcb1ddab46792b8dfb43e88b044df (patch) | |
tree | 89b4e7fcc879803c59e31cf5e39595f374304049 /m4 | |
parent | 7aec1541305c1a07b40e47a0a6834bd1e6fc599f (diff) | |
download | xine-lib-2685fd1821cdcb1ddab46792b8dfb43e88b044df.tar.gz xine-lib-2685fd1821cdcb1ddab46792b8dfb43e88b044df.tar.bz2 |
video_out_mmal: libmmal-based video output plugin for Raspberry Pi
Diffstat (limited to 'm4')
-rw-r--r-- | m4/decoders.m4 | 2 | ||||
-rw-r--r-- | m4/summary.m4 | 1 |
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 |