diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-05-31 10:44:27 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-05-31 10:44:27 +0000 |
commit | 8ba939c186c723ea400b9070b2ac3d3950e549e4 (patch) | |
tree | e45ab86ebc966a987389baeba1eef409655427b8 | |
parent | 3c7fc2862d35e0deead9d3f2859dc4b7c7acacef (diff) | |
download | xine-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.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.]) |