Enlightenment CVS committal

Author  : tsauerbeck
Project : misc
Module  : eplayer

Dir     : misc/eplayer/src/input/avcodec


Modified Files:
        avcodec.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/avcodec/avcodec.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- avcodec.c   7 Dec 2003 10:32:41 -0000       1.4
+++ avcodec.c   24 Jan 2004 20:28:51 -0000      1.5
@@ -185,6 +185,8 @@
 }
 
 int plugin_init(InputPlugin *ip) {
+       ip->name = strdup("AVcodec");
+
        avcodec_init();
        register_avcodec(&mp3_decoder);
        av_register_all();




-------------------------------------------------------
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