diff options
Diffstat (limited to 'm4/summary.m4')
-rw-r--r-- | m4/summary.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
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 |