diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2015-08-26 11:31:40 +0200 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-09-02 21:56:22 +0200 |
commit | 0c7707610f46a28b65eff935500c78c9781f8f4f (patch) | |
tree | 6874d67460ca42e312aee8b87177235297928d5f /libavcodec/Makefile | |
parent | 4dc9f00365853b1239936d771856cf1881b5c5ce (diff) | |
download | ffmpeg-0c7707610f46a28b65eff935500c78c9781f8f4f.tar.gz |
lavc: Add a lzf decompressor
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
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 2fbcc0922a..534fe4dfb0 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -68,6 +68,7 @@ OBJS-$(CONFIG_JPEGTABLES) += jpegtables.o OBJS-$(CONFIG_LIBXVID) += libxvid_rc.o OBJS-$(CONFIG_LPC) += lpc.o OBJS-$(CONFIG_LSP) += lsp.o +OBJS-$(CONFIG_LZF) += lzf.o OBJS-$(CONFIG_MDCT) += mdct_fixed.o mdct_float.o OBJS-$(CONFIG_ME_CMP) += me_cmp.o OBJS-$(CONFIG_MPEG_ER) += mpeg_er.o |