comparison src/Output/esd/audio.c @ 6:7cac35581bd0 trunk

[svn] - only check for -lossaudio if have_oss is true (otherwise libESD is broken on many platforms) - make ESD build
author nenolod
date Mon, 18 Sep 2006 02:28:00 -0700
parents 13389e613d67
children
comparison
equal deleted inserted replaced
5:54f9e753b511 6:7cac35581bd0
24 #include <string.h> 24 #include <string.h>
25 #include <esd.h> 25 #include <esd.h>
26 26
27 #include <unistd.h> 27 #include <unistd.h>
28 28
29 #include <libaudacious/util.h>
30
31 #include "esdout.h" 29 #include "esdout.h"
32 30
33 31
34 static gint fd = 0; 32 static gint fd = 0;
35 static gpointer buffer; 33 static gpointer buffer;