aboutsummaryrefslogtreecommitdiffstats
path: root/src/audio.h
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-04-11 04:49:27 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-04-11 04:49:27 +0000
commit7091235a683bfcaea32e95a81b86842de7657aa7 (patch)
treed77515597b5350bd39dbe85d5f94d9f72b0cf6bb /src/audio.h
parent30d9589cb324d7657fc971ceb6574eb2fd7c9f5e (diff)
downloadmpd-7091235a683bfcaea32e95a81b86842de7657aa7.tar.gz
mpd-7091235a683bfcaea32e95a81b86842de7657aa7.tar.xz
mpd-7091235a683bfcaea32e95a81b86842de7657aa7.zip
add --disable-audio configure option
git-svn-id: https://svn.musicpd.org/mpd/trunk@679 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/audio.h')
-rw-r--r--src/audio.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/audio.h b/src/audio.h
index da9784d1b..917644f15 100644
--- a/src/audio.h
+++ b/src/audio.h
@@ -24,7 +24,6 @@
#include "mpd_types.h"
#include <stdio.h>
-#include <ao/ao.h>
#define AUDIO_AO_DRIVER_DEFAULT "default"
@@ -34,9 +33,6 @@ typedef struct _AudioFormat {
mpd_sint8 bits;
} AudioFormat;
-extern int audio_ao_driver_id;
-extern ao_option * audio_ao_options;
-
void initAudioDriver();
void finishAudioDriver();