summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4')
-rw-r--r--m4/_xine.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/_xine.m4 b/m4/_xine.m4
index 8257a59f9..f6d9d0957 100644
--- a/m4/_xine.m4
+++ b/m4/_xine.m4
@@ -113,9 +113,9 @@ AC_DEFUN([AC_CHECK_DXR3],
have_encoder=yes
fi
if test "$have_encoder" = "yes"; then
- AC_MSG_RESULT([*** found one or more mpeg encoders, will compile dxr3enc video out driver]);
+ AC_MSG_RESULT([*** found one or more mpeg encoders, will compile in on-the-fly encoding]);
else
- AC_MSG_RESULT([*** no mpeg encoder found, will skip dxr3enc video out driver]);
+ AC_MSG_RESULT([*** no mpeg encoder found, will support mpeg playing only]);
fi
fi
else