diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-11-22 23:51:02 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-11-22 23:51:02 +0000 |
commit | 555521bd0843a42e06876c8d36802caae94c7c8b (patch) | |
tree | 63fa4fa939fd9776d0f37e59a09002d268903402 | |
parent | daa5e04bfa08115358e7e21e1fbbe0b3b4e34011 (diff) | |
download | xine-lib-555521bd0843a42e06876c8d36802caae94c7c8b.tar.gz xine-lib-555521bd0843a42e06876c8d36802caae94c7c8b.tar.bz2 |
Tweak VDPAU output plugin description; fix related shell quoting errors.
-rw-r--r-- | m4/summary.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/summary.m4 b/m4/summary.m4 index d405f136c..2d1bc6fdc 100644 --- a/m4/summary.m4 +++ b/m4/summary.m4 @@ -78,7 +78,7 @@ AC_DEFUN([XINE_LIB_SUMMARY], [ test x"$have_imagemagick" = x"yes" && echo " - image" test x"$have_theora" = x"yes" && echo " - theora" test x"$have_w32dll" = x"yes" && echo " - w32dll" - test x$"have_vdpau" = x"yes" && echo " - vdpau" + test x"$have_vdpau" = x"yes" && echo " - vdpau" if test x"$with_external_ffmpeg" != x"no"; then echo " - ffmpeg (external library)" else @@ -204,7 +204,7 @@ AC_DEFUN([XINE_LIB_SUMMARY], [ echo " - OpenGL" fi fi - test x$"have_vdpau" = x"yes" && echo " - vdpau (X11 VDPAU)" + test x"$have_vdpau" = x"yes" && echo " - vdpau (X11 Video Decode and Presentation API for Unix)" if test x"$have_sunfb" = x"yes"; then if test x"$have_sundga" = x"yes"; then echo " - PGX64 (for Sun XVR100/PGX64/PGX24 cards)" |