diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-11-30 01:02:18 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-11-30 01:02:18 +0000 |
commit | 734cc322c4ad155c4be0b9cc19034318dfc7731f (patch) | |
tree | 64de9717b1d9697109888ee08f2ff621296682c2 /src | |
parent | 873578a7965683e3e76420731c1d571908b54848 (diff) | |
download | xine-lib-734cc322c4ad155c4be0b9cc19034318dfc7731f.tar.gz xine-lib-734cc322c4ad155c4be0b9cc19034318dfc7731f.tar.bz2 |
Wrong commit (no no, i like osd, but i'm tracking video corrupts ;-) ).
CVS patchset: 1140
CVS date: 2001/11/30 01:02:18
Diffstat (limited to 'src')
-rw-r--r-- | src/xine-engine/xine.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/xine-engine/xine.c b/src/xine-engine/xine.c index 2efb52cc2..84f5c27f5 100644 --- a/src/xine-engine/xine.c +++ b/src/xine-engine/xine.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: xine.c,v 1.82 2001/11/30 00:53:51 f1rmb Exp $ + * $Id: xine.c,v 1.83 2001/11/30 01:02:18 f1rmb Exp $ * * top-level xine functions * @@ -433,7 +433,6 @@ xine_t *xine_init (vo_driver_t *vo, this->video_out = vo_new_instance (vo, this->metronom); video_decoder_init (this); -#ifdef USE_OSD this->osd_renderer = osd_renderer_init( this->video_out->overlay_source ); osd_renderer_load_font( this->osd_renderer, "vga" ); @@ -446,7 +445,6 @@ xine_t *xine_init (vo_driver_t *vo, osd_set_position(osd,10,10); osd_show(osd,0); } -#endif if(ao) this->audio_out = ao_new_instance (ao, this->metronom, config); |