Update of /cvsroot/freevo/kaa/xine
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10159

Modified Files:
        setup.py 
Log Message:
New VODriver class; add load_video_output_plugin (requires patch to xine-lib);
reimplement open_video_driver() to use load_video_output_plugin() and
VODriver.get_port(); refactor type initialization in xine.c; reimplement
buffer driver to use a video driver instead of video port; implement RLE
overlay blending in buffer driver (code ripped from xine-lib); buffer driver
seems to actually work now.  kaaplayer.py is a mess. :)


Index: setup.py
===================================================================
RCS file: /cvsroot/freevo/kaa/xine/setup.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** setup.py    25 Jul 2005 23:23:56 -0000      1.7
--- setup.py    30 Jul 2005 20:55:15 -0000      1.8
***************
*** 39,43 ****
           'src/post.c', 'src/drivers/x11.c', 'src/drivers/buffer.c',
           'src/post_out.c', 'src/post_in.c', 'src/event.c', 
'src/event_queue.c',
!          'src/utils.c', 'src/post/fork.c']
  xineso = Extension('kaa.xine._xinemodule', files, config='src/config.h')
  #xineso.libraries += ["X11"]
--- 39,45 ----
           'src/post.c', 'src/drivers/x11.c', 'src/drivers/buffer.c',
           'src/post_out.c', 'src/post_in.c', 'src/event.c', 
'src/event_queue.c',
!          'src/utils.c', 'src/post/fork.c', 'src/vo_driver.c',
! #         'src/drivers/yuv2rgb.c', 'src/drivers/yuv2rgb_mmx.c'
! ]
  xineso = Extension('kaa.xine._xinemodule', files, config='src/config.h')
  #xineso.libraries += ["X11"]



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to