diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2003-03-06 16:49:30 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2003-03-06 16:49:30 +0000 |
commit | 558eded1985948ecca254984cf539edd28e6bcb1 (patch) | |
tree | 0c889692c1583557036d49c78ab9bb03c1662c9a /src/video_out/video_out_directfb.c | |
parent | bc4d6536121a7db75c7592b33d35d0a0531c4b75 (diff) | |
download | xine-lib-558eded1985948ecca254984cf539edd28e6bcb1.tar.gz xine-lib-558eded1985948ecca254984cf539edd28e6bcb1.tar.bz2 |
steps toward muting xine's console output by default
CVS patchset: 4345
CVS date: 2003/03/06 16:49:30
Diffstat (limited to 'src/video_out/video_out_directfb.c')
-rw-r--r-- | src/video_out/video_out_directfb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video_out/video_out_directfb.c b/src/video_out/video_out_directfb.c index 4ddda3eb0..e64cb667b 100644 --- a/src/video_out/video_out_directfb.c +++ b/src/video_out/video_out_directfb.c @@ -1,7 +1,7 @@ /* * Copyright (C) 2000, 2001 the xine project * - * This file is part of xine, a unix video player. + * This file is part of xine, a free video player. * * xine is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_out_directfb.c,v 1.15 2003/02/28 02:51:51 storri Exp $ + * $Id: video_out_directfb.c,v 1.16 2003/03/06 16:49:31 guenter Exp $ * * DirectFB based output plugin. * Rich Wareham <richwareham@users.sourceforge.net> |