Enlightenment CVS committal

Author  : tsauerbeck
Project : misc
Module  : eplayer

Dir     : misc/eplayer/src/input/vorbis


Modified Files:
        vorbis.c 


Log Message:
Switched to libltdl. Plugin loading is case sensitive now, so you probably need to 
edit your config
===================================================================
RCS file: /cvsroot/enlightenment/misc/eplayer/src/input/vorbis/vorbis.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- vorbis.c    6 Jan 2004 18:11:47 -0000       1.6
+++ vorbis.c    24 Jan 2004 20:29:49 -0000      1.7
@@ -107,6 +107,8 @@
 }
 
 int plugin_init(InputPlugin *ip) {
+       ip->name = strdup("Vorbis");
+
        ip->open = vorbis_open;
        ip->close = ip->shutdown = vorbis_close;
 




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to