diff options
author | Diego Biurrun | 2013-02-05 15:32:24 +0100 |
---|---|---|
committer | Diego Biurrun | 2013-02-05 17:01:06 +0100 |
commit | 70b348ec5b6a524ead4283fb5831891fe6658d5a (patch) | |
tree | b510395fd12d2c8872a0656ba222ff2db6007e72 /configure | |
parent | c9f933b5b62d3054021fcdca8597d1c2fb6bdb2f (diff) |
configure: Group all hwaccels together in a separate variable
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -128,6 +128,8 @@ Component options: --disable-mdct disable MDCT code --disable-rdft disable RDFT code --disable-fft disable FFT code + +Hardware accelerators: --enable-dxva2 enable DXVA2 code --enable-vaapi enable VAAPI code --enable-vda enable VDA code @@ -997,6 +999,12 @@ COMPONENT_LIST=" protocols " +HWACCEL_LIST=" + dxva2 + vaapi + vda + vdpau +" LIBRARY_LIST=" avcodec avdevice @@ -1016,13 +1024,13 @@ PROGRAM_LIST=" CONFIG_LIST=" $COMPONENT_LIST + $HWACCEL_LIST $LIBRARY_LIST $PROGRAM_LIST avisynth bzlib dct doc - dxva2 fft frei0r gnutls @@ -1071,9 +1079,6 @@ CONFIG_LIST=" static swscale_alpha thumb - vaapi - vda - vdpau version3 xmm_clobber_test x11grab |