diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-07-25 12:23:31 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-10-15 08:32:18 +0200 |
commit | cd559bb49a3417ab1ca75df3de0029300e5095df (patch) | |
tree | 7819ecb065e546cbed1e518ca0798886f3b44494 /libavcodec/Makefile | |
parent | 35782bfbca0abe39e33d65a771834c6b87855c16 (diff) | |
download | ffmpeg-cd559bb49a3417ab1ca75df3de0029300e5095df.tar.gz |
lavc: add xface image decoder and encoder
Based on libcompface code by James Ashton <James.Ashton@anu.edu.au>, and
relicensed to LGPL with the author's consent.
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 47a01db55a..e865e9be9f 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -482,6 +482,8 @@ OBJS-$(CONFIG_XAN_WC4_DECODER) += xxan.o OBJS-$(CONFIG_XBIN_DECODER) += bintext.o cga_data.o OBJS-$(CONFIG_XBM_DECODER) += xbmdec.o OBJS-$(CONFIG_XBM_ENCODER) += xbmenc.o +OBJS-$(CONFIG_XFACE_DECODER) += xfacedec.o xface.o +OBJS-$(CONFIG_XFACE_ENCODER) += xfaceenc.o xface.o OBJS-$(CONFIG_XL_DECODER) += xl.o OBJS-$(CONFIG_XSUB_DECODER) += xsubdec.o OBJS-$(CONFIG_XSUB_ENCODER) += xsubenc.o |