diff options
author | Kővágó, Zoltán <dirty.ice.hu@gmail.com> | 2015-06-03 23:03:44 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2015-06-15 10:50:31 +0200 |
commit | 0bac111167e33838fa869cacd16f92e5899252b3 (patch) | |
tree | dbe9e1c9dd57bd71dfcdc6912ae3eb44608ad0fb /audio/Makefile.objs | |
parent | 0a2df857a7038c75379cc575de5d4be4c0ac629e (diff) |
audio: remove esd backend
ESD is no longer developed and replaced by PulseAudio.
Signed-off-by: Kővágó, Zoltán <DirtY.iCE.hu@gmail.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'audio/Makefile.objs')
-rw-r--r-- | audio/Makefile.objs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/Makefile.objs b/audio/Makefile.objs index 26a0ac9507..5573ac18e8 100644 --- a/audio/Makefile.objs +++ b/audio/Makefile.objs @@ -6,7 +6,6 @@ common-obj-$(CONFIG_COREAUDIO) += coreaudio.o common-obj-$(CONFIG_ALSA) += alsaaudio.o common-obj-$(CONFIG_DSOUND) += dsoundaudio.o common-obj-$(CONFIG_FMOD) += fmodaudio.o -common-obj-$(CONFIG_ESD) += esdaudio.o common-obj-$(CONFIG_PA) += paaudio.o common-obj-$(CONFIG_WINWAVE) += winwaveaudio.o common-obj-$(CONFIG_AUDIO_PT_INT) += audio_pt_int.o |