summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-11-05 01:46:14 +0100
committerMichael Niedermayer <michaelni@gmx.at>2011-11-05 01:46:14 +0100
commit6ace8374bacf33e5f3407cb50e928e7533eb5e92 (patch)
tree4f32b5abef0b42737d7f27e028f0ccb513cc2d01 /configure
parent8b1032c923af5b7360eac2cf8c1535256a5d4d92 (diff)
parentadd7b1140fdd0651d0fc9352962631807126d3d0 (diff)
Merge remote-tracking branch 'qatar/master'
* qatar/master: binkaudio: expand quant_table to accommodate all possible values libx264: Set the default of the rc_lookahead option to -1 avcodec: Set flags2 default value depending on availability configure: declare dependency of h264_vaapi_hwaccel on h264_decoder Conflicts: configure libavcodec/options.c Merged-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 1d7987a06e..509a822cf6 100755
--- a/configure
+++ b/configure
@@ -1378,7 +1378,7 @@ h264_decoder_select="golomb h264dsp h264pred"
h264_crystalhd_decoder_select="crystalhd h264_mp4toannexb_bsf h264_parser"
h264_dxva2_hwaccel_deps="dxva2api_h"
h264_dxva2_hwaccel_select="dxva2 h264_decoder"
-h264_vaapi_hwaccel_select="vaapi"
+h264_vaapi_hwaccel_select="vaapi h264_decoder"
h264_vda_hwaccel_deps="VideoDecodeAcceleration_VDADecoder_h"
h264_vda_hwaccel_select="vda"
h264_vdpau_decoder_select="vdpau h264_decoder"