comparison src/Input/wav/wav.h @ 5:54f9e753b511 trunk

[svn] - SDK pathchange fixes - enforce use of SDK - always link against libaudacious
author nenolod
date Mon, 18 Sep 2006 02:22:03 -0700
parents 13389e613d67
children
comparison
equal deleted inserted replaced
4:0ad4849f6219 5:54f9e753b511
24 24
25 #include <glib.h> 25 #include <glib.h>
26 26
27 #include <sys/types.h> 27 #include <sys/types.h>
28 28
29 #include <libaudacious/vfs.h> 29 #include <audacious/vfs.h>
30 #include "audacious/plugin.h" 30 #include "audacious/plugin.h"
31 31
32 #define WAVE_FORMAT_UNKNOWN (0x0000) 32 #define WAVE_FORMAT_UNKNOWN (0x0000)
33 #define WAVE_FORMAT_PCM (0x0001) 33 #define WAVE_FORMAT_PCM (0x0001)
34 #define WAVE_FORMAT_ADPCM (0x0002) 34 #define WAVE_FORMAT_ADPCM (0x0002)