* Emotion now should autodetect the best audio output driver to use

SVN revision: 15390
This commit is contained in:
moom16 2005-06-17 17:20:00 +00:00 committed by moom16
parent e9e3bed845
commit cb818ba304
1 changed files with 3 additions and 1 deletions

View File

@ -227,7 +227,9 @@ em_init(Evas_Object *obj, void **emotion_video)
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);
//Let xine autodetect the best audio output driver
ev->audio = xine_open_audio_driver(ev->decoder, NULL, 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);