Enlightenment CVS committal

Author  : tsauerbeck
Project : misc
Module  : eplayer

Dir     : misc/eplayer/src/output/oss


Modified Files:
        oss.c 


Log Message:
Added libavcodec input plugin (yeah, this means you will finally be able to listen to 
your mp3s using eplayer)
===================================================================
RCS file: /cvsroot/enlightenment/misc/eplayer/src/output/oss/oss.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- oss.c       23 Oct 2003 17:01:49 -0000      1.3
+++ oss.c       24 Oct 2003 11:38:49 -0000      1.4
@@ -21,7 +21,13 @@
        }
 }
 
-int oss_configure(int channels, int rate, int bits, int bigendian) {
+int oss_configure(int channels, int rate, int bits) {
+#ifdef WORDS_BIGENDIAN
+       static int bigendian = 1;
+#else
+       static int bigendian = 0;
+#endif
+
        int format, tmp;
 
        assert(fd != -1);




-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to