From 8ba939c186c723ea400b9070b2ac3d3950e549e4 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Sat, 31 May 2003 10:44:27 +0000 Subject: the statement that only MPEG will be supported with the DXR3 if no external encoder lib is found is not true any longer -> we have libavcodec's encoder now CVS patchset: 4991 CVS date: 2003/05/31 10:44:27 --- m4/_xine.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/m4/_xine.m4 b/m4/_xine.m4 index 66129e02a..41a6c8a95 100644 --- a/m4/_xine.m4 +++ b/m4/_xine.m4 @@ -128,9 +128,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 in on-the-fly encoding]); + AC_MSG_RESULT([*** found one or more external mpeg encoders]); else - AC_MSG_RESULT([*** no mpeg encoder found, will support mpeg playing only]); + AC_MSG_RESULT([*** no external mpeg encoder found]); fi else AC_MSG_RESULT([DXR3 plugins will not be built.]) -- cgit v1.2.3