[FFmpeg-cvslog] Add a lavc Makefile dependency for the elbg filter.
Carl Eugen Hoyos
git at videolan.org
Mon Nov 18 18:13:33 CET 2013
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Mon Nov 18 18:05:30 2013 +0100| [2974050cf5783e3a7eddbd7324e4277d4eddf11f] | committer: Carl Eugen Hoyos
Add a lavc Makefile dependency for the elbg filter.
Fixes compilation with --disable-encoders
Reported by trac user Julian in ticket #3140.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2974050cf5783e3a7eddbd7324e4277d4eddf11f
---
libavcodec/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 86c8acb..e86fd60 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -687,6 +687,9 @@ OBJS-$(CONFIG_WEBM_MUXER) += mpeg4audio.o mpegaudiodata.o \
vorbis_data.o
OBJS-$(CONFIG_WTV_DEMUXER) += mpeg4audio.o mpegaudiodata.o
+# libavfilter dependencies
+OBJS-$(CONFIG_ELBG_FILTER) += elbg.o
+
# external codec libraries
OBJS-$(CONFIG_LIBAACPLUS_ENCODER) += libaacplus.o
OBJS-$(CONFIG_LIBCELT_DECODER) += libcelt_dec.o
More information about the ffmpeg-cvslog
mailing list