summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2003-05-31 10:44:27 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2003-05-31 10:44:27 +0000
commit8ba939c186c723ea400b9070b2ac3d3950e549e4 (patch)
treee45ab86ebc966a987389baeba1eef409655427b8
parent3c7fc2862d35e0deead9d3f2859dc4b7c7acacef (diff)
downloadxine-lib-8ba939c186c723ea400b9070b2ac3d3950e549e4.tar.gz
xine-lib-8ba939c186c723ea400b9070b2ac3d3950e549e4.tar.bz2
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
-rw-r--r--m4/_xine.m44
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.])