On 06/09/16 23:19, Mark Thompson wrote:
> On 06/09/16 21:54, Mark Thompson wrote:
>> ---
>>  configure              |   2 +
>>  libavcodec/Makefile    |   1 +
>>  libavcodec/allcodecs.c |   1 +
>>  libavcodec/vaapi_vp8.c | 231 
>> +++++++++++++++++++++++++++++++++++++++++++++++++
>>  libavcodec/vp8.c       |   3 +
>>  5 files changed, 238 insertions(+)
>>  create mode 100644 libavcodec/vaapi_vp8.c
>>
>> diff --git a/configure b/configure
>> index 7ad920f4..1026ba6 100755
>> --- a/configure
>> +++ b/configure
>> @@ -2185,6 +2185,8 @@ vc1_vaapi_hwaccel_deps="vaapi"
>>  vc1_vaapi_hwaccel_select="vc1_decoder"
>>  vc1_vdpau_hwaccel_deps="vdpau"
>>  vc1_vdpau_hwaccel_select="vc1_decoder"
>> +vp8_vaapi_hwaccel_deps="vaapi"
>> +vp8_vaapi_hwaccel_select="vp8_decoder"
>>  wmv3_d3d11va_hwaccel_select="vc1_d3d11va_hwaccel"
>>  wmv3_dxva2_hwaccel_select="vc1_dxva2_hwaccel"
>>  wmv3_vaapi_hwaccel_select="vc1_vaapi_hwaccel"
> 
> We need a further check here: VP8 decoding was introduced in libva 1.3.0 
> (VAAPI 0.35).
> 


Sounds fine.
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to