diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2013-11-18 18:05:30 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2013-11-18 18:12:11 +0100 |
commit | 2974050cf5783e3a7eddbd7324e4277d4eddf11f (patch) | |
tree | 2e7ba42f6a5becfe70b38f43b13f3365810e5a2c /libavcodec/Makefile | |
parent | 3f2ce316cda3be04c99e2a608f1609112b97f968 (diff) | |
download | ffmpeg-2974050cf5783e3a7eddbd7324e4277d4eddf11f.tar.gz |
Add a lavc Makefile dependency for the elbg filter.
Fixes compilation with --disable-encoders
Reported by trac user Julian in ticket #3140.
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 86c8acb838..e86fd60838 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 |