diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-01-22 01:43:13 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-01-22 01:43:13 +0000 |
commit | e17745d976e48cf8c7711443374ae241faafd95e (patch) | |
tree | 8c0e8a0ad28fd18fcd9b42d127ba8de18cd5a6c7 /src/video_out/video_out_fb.c | |
parent | 60c74f7eb02e2db53a2aa6eb920861216b5fee8a (diff) | |
download | xine-lib-e17745d976e48cf8c7711443374ae241faafd95e.tar.gz xine-lib-e17745d976e48cf8c7711443374ae241faafd95e.tar.bz2 |
- small w32codec bugfixes
- remove (hopefully) unneeded memcpy
- fix SDL capabilities
- add fb and SDL warnings
CVS patchset: 1436
CVS date: 2002/01/22 01:43:13
Diffstat (limited to 'src/video_out/video_out_fb.c')
-rw-r--r-- | src/video_out/video_out_fb.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/video_out/video_out_fb.c b/src/video_out/video_out_fb.c index 47877a650..0c073845c 100644 --- a/src/video_out/video_out_fb.c +++ b/src/video_out/video_out_fb.c @@ -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_fb.c,v 1.3 2002/01/15 20:39:39 jcdutton Exp $ + * $Id: video_out_fb.c,v 1.4 2002/01/22 01:43:13 miguelfreitas Exp $ * * video_out_fb.c, frame buffer xine driver by Miguel Freitas * @@ -916,6 +916,7 @@ vo_driver_t *init_video_out_plugin (config_values_t *config, void *visual_gen) { -100, 100, "gamma correction for FB driver", NULL, NULL, NULL)); + printf ("video_out_fb: warning, xine's framebuffer driver is EXPERIMENTAL\n"); return &this->vo_driver; } |