Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/emotion

Dir     : e17/libs/emotion/src/modules


Modified Files:
        emotion_xine.c 


Log Message:


use oss - alsa shoudl be doing oss emulation.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/emotion/src/modules/emotion_xine.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- emotion_xine.c      24 Apr 2005 14:42:50 -0000      1.17
+++ emotion_xine.c      5 May 2005 08:01:52 -0000       1.18
@@ -227,8 +227,9 @@
    ev->fd = ev->fd_write;
 
    ev->video = xine_open_video_driver(ev->decoder, "emotion", 
XINE_VISUAL_TYPE_NONE, ev);
-//   ev->audio = xine_open_audio_driver(ev->decoder, "oss", ev); 
-   ev->audio = xine_open_audio_driver(ev->decoder, "alsa", ev);
+   ev->audio = xine_open_audio_driver(ev->decoder, "oss", ev); 
+// dont use alsa - alsa has oss emulation.   
+//   ev->audio = xine_open_audio_driver(ev->decoder, "alsa", ev);
 //   ev->audio = xine_open_audio_driver(ev->decoder, "arts", ev);
 //   ev->audio = xine_open_audio_driver(ev->decoder, "esd", ev);
    ev->stream = xine_stream_new(ev->decoder, ev->audio, ev->video);




-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to