ffmpeg | branch: release/2.3 | Michael Stypa <mich...@stypa.info> | Fri Nov 28 15:54:50 2014 +0100| [0cc15f7c83aaab159830ecc04b74438d0819c4ef] | committer: Carl Eugen Hoyos
fix Makefile objects for pulseaudio support Signed-off-by: Michael Niedermayer <michae...@gmx.at> (cherry picked from commit cb58c771ade66afcc623250e1c7ac8191381d991) > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0cc15f7c83aaab159830ecc04b74438d0819c4ef --- libavdevice/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavdevice/Makefile b/libavdevice/Makefile index 767df19..d6207f9 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_QTKIT_INDEV) += qtkit.o _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog