Update of /cvsroot/xine/xine-plugin/src
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv1242/src

Modified Files:
        plugin.c 
Log Message:
Added logo in Ogg/Theora format to avoid depending on ImageMagick.


Index: plugin.c
===================================================================
RCS file: /cvsroot/xine/xine-plugin/src/plugin.c,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- plugin.c    18 Nov 2006 16:40:20 -0000      1.39
+++ plugin.c    19 Nov 2006 11:46:49 -0000      1.40
@@ -626,7 +626,7 @@
     }
     xine_gui_send_vo_data (this->stream, XINE_GUI_SEND_EXPOSE_EVENT, NULL);
     /* Load xine logo. */
-    if (xine_open (this->stream, PLUGIN_DIR "/xine-logo.png"))
+    if (xine_open (this->stream, PLUGIN_DIR "/xine-logo.ogg"))
       xine_play (this->stream, 0, 0);
   }
 


-------------------------------------------------------------------------
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
_______________________________________________
Xine-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xine-cvslog

Reply via email to