Enlightenment CVS committal

Author  : tsauerbeck
Project : misc
Module  : eplayer

Dir     : misc/eplayer/src/output/alsa


Modified Files:
        alsa.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/output/alsa/alsa.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- alsa.c      7 Dec 2003 10:40:25 -0000       1.6
+++ alsa.c      24 Jan 2004 20:31:22 -0000      1.7
@@ -187,6 +187,8 @@
 }
 
 int plugin_init(OutputPlugin *op) {
+       op->name = strdup("ALSA");
+
        op->configure = alsa_configure;
        op->play = alsa_play;
        op->volume_get = alsa_volume_get;




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