Author: rshortt
Date: Tue Jan 23 14:23:50 2007
New Revision: 2440

Modified:
   trunk/xine/test/play.py

Log:
Add dfb support.


Modified: trunk/xine/test/play.py
==============================================================================
--- trunk/xine/test/play.py     (original)
+++ trunk/xine/test/play.py     Tue Jan 23 14:23:50 2007
@@ -110,6 +110,10 @@
     win = display.Framebuffer()
     vo = x.open_video_driver("vidixfb")
 
+elif DISPLAY_TYPE == 'dfb':
+    vo = x.open_video_driver("DFB")
+
+
 # create auido
 ao = x.open_audio_driver()
 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to