diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-05-20 00:01:37 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-06-22 15:23:08 +0100 |
commit | 8337e0c57345f24cf6471220e5f8a0ea21b7c1d0 (patch) | |
tree | b4c6bd517eb9713c39ad9b0e446b292ef121e5f0 /libavcodec/Makefile | |
parent | 2ecfd451649c7a08cb633635df98e59f7c6e2140 (diff) | |
download | ffmpeg-8337e0c57345f24cf6471220e5f8a0ea21b7c1d0.tar.gz |
Introduce a TextureDSP module
This module implements generic texture decompression from different
families (DXTC, RGTC, BCn) and texture compression DXTC 1, 3, and 5.
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
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 6e04ca62cb..1d34e2fd2d 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -93,6 +93,8 @@ OBJS-$(CONFIG_RDFT) += rdft.o $(RDFT-OBJS-yes) OBJS-$(CONFIG_SINEWIN) += sinewin.o OBJS-$(CONFIG_SNAPPY) += snappy.o OBJS-$(CONFIG_STARTCODE) += startcode.o +OBJS-$(CONFIG_TEXTUREDSP) += texturedsp.o +OBJS-$(CONFIG_TEXTUREDSPENC) += texturedspenc.o OBJS-$(CONFIG_TPELDSP) += tpeldsp.o OBJS-$(CONFIG_VIDEODSP) += videodsp.o OBJS-$(CONFIG_VP3DSP) += vp3dsp.o |