summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorHarm van der Heijden <hrm@users.sourceforge.net>2001-12-16 19:05:44 +0000
committerHarm van der Heijden <hrm@users.sourceforge.net>2001-12-16 19:05:44 +0000
commit88584e824dc4d0a4a250574f274d7f999d83d36d (patch)
tree8f4554a385675fe9ca30f09bd5e5f89ce6752c57 /configure.in
parentd40c02ae2a3ccd4c884dab7ff35579228ae138a9 (diff)
downloadxine-lib-88584e824dc4d0a4a250574f274d7f999d83d36d.tar.gz
xine-lib-88584e824dc4d0a4a250574f274d7f999d83d36d.tar.bz2
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
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 540784cbd..2a05be4c6 100644
--- a/configure.in
+++ b/configure.in
@@ -865,9 +865,10 @@ if test x$no_aalib != "xyes"; then
fi
if test x"$have_dxr3" = "xyes"; then
if test x"$have_encoder" = "xyes"; then
- echo " - dxr3enc"
+ echo " - dxr3 (Hollywood+ and Creative dxr3, both mpeg and non-mpeg video)"
+ else
+ echo " - dxr3 (Hollywood+ and Creative dxr3, mpeg video only)"
fi
- echo " - dxr3"
fi
echo ""