summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2015-05-19 23:54:16 +0100
committerVittorio Giovara <vittorio.giovara@gmail.com>2015-06-22 15:23:08 +0100
commitc0b105756f61d253bdabcc2bb49453a2557e7c3b (patch)
treeec5832638642045181c71c622307daf3e208f30f /configure
parent8337e0c57345f24cf6471220e5f8a0ea21b7c1d0 (diff)
txd: Use the TextureDSP module for decoding
Using the internal DXTC routines brings support for non multiple of 4 textures. A new test is added to cover this feature. Hashes differ since the decoding algorithm is different, though no visual changes have been spotted. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index d62fdb6c15..c89fd49376 100755
--- a/configure
+++ b/configure
@@ -1949,6 +1949,7 @@ truehd_decoder_select="mlp_decoder"
truemotion2_decoder_select="bswapdsp"
truespeech_decoder_select="bswapdsp"
tscc_decoder_deps="zlib"
+txd_decoder_select="texturedsp"
twinvq_decoder_select="mdct lsp sinewin"
utvideo_decoder_select="bswapdsp"
utvideo_encoder_select="bswapdsp huffman huffyuvencdsp"