summaryrefslogtreecommitdiff
path: root/m4/summary.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/summary.m4')
-rw-r--r--m4/summary.m46
1 files changed, 2 insertions, 4 deletions
diff --git a/m4/summary.m4 b/m4/summary.m4
index 996374424..9661f072b 100644
--- a/m4/summary.m4
+++ b/m4/summary.m4
@@ -24,7 +24,8 @@ AC_DEFUN([XINE_LIB_SUMMARY], [
else
echo " - dvd (internal libs)"
fi
- test x"$have_dvb" = x"yes" && echo " - dvb - vdr"
+ test x"$enable_vdr" != x"no" && echo " - vdr"
+ test x"$have_dvb" = x"yes" && echo " - dvb"
test x"$have_gnomevfs" = x"yes" && echo " - gnome-vfs"
test x"$have_samba" = x"yes" && echo " - smb"
test x"$have_v4l" = x"yes" && echo " - v4l"
@@ -178,9 +179,6 @@ AC_DEFUN([XINE_LIB_SUMMARY], [
echo " * video driver plugins:"
if test x"$no_x" != x"yes"; then
echo " - XShm (X11 shared memory)"
- if test x"$have_syncfb" = x"yes"; then
- echo " - SyncFB (for Matrox G200/G400 cards)"
- fi
if test x"$have_xv" = x"yes"; then
if test x"$have_xv_static" = x"yes"; then
echo " - Xv (XVideo *static*)"