From 6aa4efd1e3205c9b1385865df1b5b09646d2160c Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 20 Feb 2017 08:39:55 +0100 Subject: vd_lavc, vaapi: move hw device creation to generic code hw_vaapi.c didn't do much interesting anymore. Other than the function to create a device for decoding with vaapi-copy, everything can be done by generic code. Other libavcodec hwaccels are planned to provide the same API as vaapi. It will be possible to drop the other hw_ files in the future. They will use this generic code instead. --- wscript_build.py | 1 - 1 file changed, 1 deletion(-) (limited to 'wscript_build.py') diff --git a/wscript_build.py b/wscript_build.py index 82d1a879eb..4371426f1f 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -309,7 +309,6 @@ def build(ctx): ( "video/decode/hw_cuda.c", "cuda-hwaccel" ), ( "video/decode/hw_dxva2.c", "d3d-hwaccel" ), ( "video/decode/hw_d3d11va.c", "d3d-hwaccel" ), - ( "video/decode/hw_vaapi.c", "vaapi-hwaccel-new" ), ( "video/decode/hw_vaapi_old.c", "vaapi-hwaccel-old" ), ( "video/decode/hw_vdpau.c", "vdpau-hwaccel" ), ( "video/decode/hw_videotoolbox.c", "videotoolbox-hwaccel" ), -- cgit v1.2.3