diff options
author | Urvang Joshi <urvang@google.com> | 2015-05-19 17:39:54 -0700 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-05-22 03:16:59 +0200 |
commit | f99fed733d65d31d694641a3ce162b95eb348ac0 (patch) | |
tree | f5192218695aa60e179dea8402991c5b458f2f1a /libavcodec/Makefile | |
parent | a0124b89e393812ff273ffc2f7e0f044c66a287c (diff) | |
download | ffmpeg-f99fed733d65d31d694641a3ce162b95eb348ac0.tar.gz |
WebP encoder: extract out some methods into a separate helper library.
This is the 2nd patch in preparation for using WebPAnimEncoder API for encoding
and muxing WebP images.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index cb88fd165a..789a6d0fa5 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -783,7 +783,7 @@ OBJS-$(CONFIG_LIBVPX_VP8_ENCODER) += libvpxenc.o OBJS-$(CONFIG_LIBVPX_VP9_DECODER) += libvpxdec.o libvpx.o OBJS-$(CONFIG_LIBVPX_VP9_ENCODER) += libvpxenc.o libvpx.o OBJS-$(CONFIG_LIBWAVPACK_ENCODER) += libwavpackenc.o -OBJS-$(CONFIG_LIBWEBP_ENCODER) += libwebpenc.o +OBJS-$(CONFIG_LIBWEBP_ENCODER) += libwebpenc_common.o libwebpenc.o OBJS-$(CONFIG_LIBX264_ENCODER) += libx264.o OBJS-$(CONFIG_LIBX265_ENCODER) += libx265.o OBJS-$(CONFIG_LIBXAVS_ENCODER) += libxavs.o |