summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-08-28 04:10:50 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-08-28 04:10:50 +0200
commite3b87b355c201def8a021dc72886a34b403c54f8 (patch)
tree7fd93df37b62d58f7bce7736ac26b07d5885595d /configure
parent78cca74222157e3b0f1ad9ce9a14a31c525f69ea (diff)
configure: fix vda order
Found-by: compn Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 368530c6f4..51e97aad0a 100755
--- a/configure
+++ b/configure
@@ -1554,10 +1554,10 @@ h264_decoder_select="error_resilience golomb h264chroma h264dsp h264pred h264qpe
h264_dxva2_hwaccel_deps="dxva2api_h"
h264_dxva2_hwaccel_select="dxva2 h264_decoder"
h264_vaapi_hwaccel_select="vaapi h264_decoder"
+h264_vda_decoder_select="vda h264_parser h264_decoder"
h264_vda_hwaccel_deps="VideoDecodeAcceleration_VDADecoder_h pthreads"
h264_vda_hwaccel_select="vda h264_decoder"
h264_vdpau_decoder_select="vdpau h264_decoder"
-h264_vda_decoder_select="vda h264_parser h264_decoder"
huffyuv_encoder_select="huffman"
iac_decoder_select="fft mdct sinewin"
imc_decoder_select="fft mdct sinewin"