aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Stypa <michael@stypa.info>2014-11-28 15:54:50 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-12-08 19:08:30 +0100
commit3d9860f68af5d3cc588fe67ebe11eba61c180649 (patch)
treeeb4e33021fcb4c45dfebca85e2871a176dfb69fe
parent4fde30ba9d050443fb14116fb206d0d37092bed0 (diff)
downloadffmpeg-3d9860f68af5d3cc588fe67ebe11eba61c180649.tar.gz
fix Makefile objects for pulseaudio support
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit cb58c771ade66afcc623250e1c7ac8191381d991) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r--libavdevice/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/Makefile b/libavdevice/Makefile
index ba503a3911..4069b0ca7b 100644
--- a/libavdevice/Makefile
+++ b/libavdevice/Makefile
@@ -34,7 +34,7 @@ OBJS-$(CONFIG_OPENGL_OUTDEV) += opengl_enc.o
OBJS-$(CONFIG_OSS_INDEV) += oss_audio.o
OBJS-$(CONFIG_OSS_OUTDEV) += oss_audio.o
OBJS-$(CONFIG_PULSE_INDEV) += pulse_audio_dec.o \
- pulse_audio_common.o
+ pulse_audio_common.o timefilter.o
OBJS-$(CONFIG_PULSE_OUTDEV) += pulse_audio_enc.o \
pulse_audio_common.o
OBJS-$(CONFIG_SDL_OUTDEV) += sdl.o