summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authoracki2 <acki2@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-18 16:38:06 +0000
committeracki2 <acki2@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-18 16:38:06 +0000
commit9b3b47780e44f15de4c98cc2ab037fb7ff713751 (patch)
treee0a242ba6122d428d53bfd8d5ddcb1de2e53ccae /libvo
parentec3fe17240897db29fb1743ccb05080c063b044e (diff)
downloadmpv-9b3b47780e44f15de4c98cc2ab037fb7ff713751.tar.bz2
mpv-9b3b47780e44f15de4c98cc2ab037fb7ff713751.tar.xz
- just modified an error message
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1159 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_dga.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/libvo/vo_dga.c b/libvo/vo_dga.c
index 3aa5fab79d..49ef5501c3 100644
--- a/libvo/vo_dga.c
+++ b/libvo/vo_dga.c
@@ -23,6 +23,9 @@
* - works only on x86 architectures
*
* $Log$
+ * Revision 1.26 2001/06/18 16:38:06 acki2
+ * - just modified an error message
+ *
* Revision 1.25 2001/06/17 22:21:47 acki2
* - if DGA fails to report some valid modes, vo_dga now exits gracefully
* instead of crashing ... (100000x100000 bug ...)
@@ -963,7 +966,8 @@ static uint32_t init( uint32_t width, uint32_t height,
if(vo_dga_vp_width == VO_DGA_INVALID_RES){
vd_printf( VD_ERR, "vo_dga: Something is wrong with your DGA. There doesn't seem to be a\n"
- "single suitable mode!\n");
+ " single suitable mode!\n"
+ " Please file a bug report (see DOCS/DGA)\n");
#ifndef HAVE_DGA2
#ifdef HAVE_XF86VM
if(vo_dga_vidmodes){