diff options
Diffstat (limited to 'm4')
-rw-r--r-- | m4/_xine.m4 | 4 |
1 files 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.]) |