summaryrefslogtreecommitdiff
path: root/libavdevice/Makefile
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2011-10-26 09:27:53 -0700
committerLuca Barbato <lu_zero@gentoo.org>2011-10-26 16:39:33 -0700
commit0de9c41ff4acbd9e0b9f1397d279b40f5750dfe9 (patch)
treee167db40b2d32c2cfc0aa2a8e9d10b266b7aa6bd /libavdevice/Makefile
parent82ed4f1ed89d9ce0985e968fb93eb53e5136bade (diff)
pulse: introduce pulseaudio input
It currently use the simple api and is using the latency information provided only to offset the stream start. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'libavdevice/Makefile')
-rw-r--r--libavdevice/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavdevice/Makefile b/libavdevice/Makefile
index 1f2a6efceb..78de08a50e 100644
--- a/libavdevice/Makefile
+++ b/libavdevice/Makefile
@@ -16,6 +16,7 @@ OBJS-$(CONFIG_FBDEV_INDEV) += fbdev.o
OBJS-$(CONFIG_JACK_INDEV) += jack_audio.o timefilter.o
OBJS-$(CONFIG_OSS_INDEV) += oss_audio.o
OBJS-$(CONFIG_OSS_OUTDEV) += oss_audio.o
+OBJS-$(CONFIG_PULSE_INDEV) += pulse.o
OBJS-$(CONFIG_SNDIO_INDEV) += sndio_common.o sndio_dec.o
OBJS-$(CONFIG_SNDIO_OUTDEV) += sndio_common.o sndio_enc.o
OBJS-$(CONFIG_V4L2_INDEV) += v4l2.o