diff options
author | Anton Khirnov <anton@khirnov.net> | 2015-03-13 07:55:53 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2015-03-27 21:56:36 +0100 |
commit | b04d009b0e1a34b717f3d3bbf407aef0c742aff1 (patch) | |
tree | 9a928a89edc2ade51ae1946ec3ebe9f726e69b74 /configure | |
parent | 1188119624e42c1b2ce5be6137d2e6c6f4f03328 (diff) | |
download | ffmpeg-b04d009b0e1a34b717f3d3bbf407aef0c742aff1.tar.gz |
qsv: rename to qsvdec
This is to avoid conflicts with the upcoming QSV encoding support.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1597,7 +1597,7 @@ CONFIG_EXTRA=" nettle pixblockdsp qpeldsp - qsv + qsvdec rangecoder riffdec riffenc @@ -1828,7 +1828,7 @@ h263p_encoder_select="h263_encoder" h264_decoder_select="cabac golomb h264chroma h264dsp h264pred h264qpel startcode videodsp" h264_decoder_suggest="error_resilience" h264_qsv_decoder_deps="libmfx" -h264_qsv_decoder_select="h264_mp4toannexb_bsf h264_parser qsv h264_qsv_hwaccel" +h264_qsv_decoder_select="h264_mp4toannexb_bsf h264_parser qsvdec h264_qsv_hwaccel" hevc_decoder_select="bswapdsp cabac golomb videodsp" huffyuv_decoder_select="bswapdsp huffyuvdsp" huffyuv_encoder_select="bswapdsp huffman huffyuvencdsp" |