comparison src/CoreAudio/init.c @ 2971:3134a0987162

- changed include path from audacious to audlegacy. - changed include path for libSAD.h.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Wed, 26 Nov 2008 02:55:04 +0900
parents f1b6f1b2cdb3
children 372ef3b764fd
comparison
equal deleted inserted replaced
2970:57d499fc5056 2971:3134a0987162
14 * You should have received a copy of the GNU General Public License 14 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, write to the Free Software 15 * along with this program; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17 */ 17 */
18 #include "coreaudio.h" 18 #include "coreaudio.h"
19 #include <audacious/plugin.h> 19 #include <audlegacy/plugin.h>
20 20
21 OSXConfig osx_cfg; 21 OSXConfig osx_cfg;
22 22
23 extern float left_volume, right_volume; 23 extern float left_volume, right_volume;
24 24