diff options
| author | Rich J Wareham <richwareham@users.sourceforge.net> | 2002-03-17 16:53:24 +0000 |
|---|---|---|
| committer | Rich J Wareham <richwareham@users.sourceforge.net> | 2002-03-17 16:53:24 +0000 |
| commit | cb3bc4bf84d1c85ce49e84646cb949d89d382807 (patch) | |
| tree | dc3fce58e185afd79ef1cea67b442a2926b083a9 /src/video_out/video_out_fb.c | |
| parent | 271830e8042cb61665dd90e49546610d67b8e0f0 (diff) | |
| download | xine-lib-cb3bc4bf84d1c85ce49e84646cb949d89d382807.tar.gz xine-lib-cb3bc4bf84d1c85ce49e84646cb949d89d382807.tar.bz2 | |
Simple fix to (I think) make FB work again
CVS patchset: 1579
CVS date: 2002/03/17 16:53:24
Diffstat (limited to 'src/video_out/video_out_fb.c')
| -rw-r--r-- | src/video_out/video_out_fb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video_out/video_out_fb.c b/src/video_out/video_out_fb.c index bef2ad75c..323f282e4 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.7 2002/03/07 13:26:15 jcdutton Exp $ + * $Id: video_out_fb.c,v 1.8 2002/03/17 16:53:24 richwareham Exp $ * * video_out_fb.c, frame buffer xine driver by Miguel Freitas * @@ -915,7 +915,7 @@ vo_driver_t *init_video_out_plugin (config_values_t *config, void *visual_gen) { } static vo_info_t vo_info_fb = { - 3, + 4, "fb", "xine video output plugin using linux framebuffer device", VISUAL_TYPE_FB, |
