diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2013-11-22 11:05:13 -0500 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2013-12-21 17:01:42 -0500 |
commit | be7c323176e2e5fcf30e3d2ff20975b2f936811b (patch) | |
tree | f3bdec2ce4ed82a0c11e468b96385bc471ddcd7d /libavcodec/Makefile | |
parent | d307e408d4a9ada22df443cc38be77cc5e492694 (diff) | |
download | ffmpeg-be7c323176e2e5fcf30e3d2ff20975b2f936811b.tar.gz |
Add a libwebp encoder
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index fb79c3276b..fd7808e5a8 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -612,6 +612,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_LIBX264_ENCODER) += libx264.o OBJS-$(CONFIG_LIBXAVS_ENCODER) += libxavs.o OBJS-$(CONFIG_LIBXVID_ENCODER) += libxvid.o |