comparison src/Output/CoreAudio/audio.c @ 3:088092a52fea trunk

[svn] - move from (internal) libaudacious/ include path to audacious/ include path
author nenolod
date Mon, 18 Sep 2006 01:35:25 -0700
parents 13389e613d67
children
comparison
equal deleted inserted replaced
2:4e0ad481325f 3:088092a52fea
16 * You should have received a copy of the GNU General Public License 16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software 17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 18 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
19 */ 19 */
20 #include "coreaudio.h" 20 #include "coreaudio.h"
21 #include "libaudacious/util.h" 21 #include "audacious/util.h"
22 #include <errno.h> 22 #include <errno.h>
23 #include <CoreAudio/CoreAudio.h> 23 #include <CoreAudio/CoreAudio.h>
24 24
25 AudioDeviceID device_id; 25 AudioDeviceID device_id;
26 AudioStreamBasicDescription device_format; 26 AudioStreamBasicDescription device_format;