From 88584e824dc4d0a4a250574f274d7f999d83d36d Mon Sep 17 00:00:00 2001 From: Harm van der Heijden Date: Sun, 16 Dec 2001 19:05:44 +0000 Subject: merged dxr3 and dxr3enc drivers. Will autmatically use hardware mpeg decoding if using the dxr3 decoder plugin, uses on-the-fly mpeg encoding otherwise (provided encoding support is compiled in). some remarks: - dxr3enc is no more. I've added some transition code in loadplugins.c (look for the IGNORE_DXR3ENC) to prevent loading a stale dxr3enc plugin from a previous install and to print a message if someone tries to run xine -V dxr3enc. - small updates to configure.in and _xine.m4. Mostly about the messages, no new checks or anything. - both dxr3_vo_standard.c and dxr3_vo_encoder.c are no more. The one and only dxr3 video out driver is aptly named dxr3_video_out.c CVS patchset: 1256 CVS date: 2001/12/16 19:05:44 --- m4/_xine.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'm4') 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 -- cgit v1.2.3