summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-04-23 15:56:45 +0200
committerwm4 <wm4@nowhere>2017-04-23 16:07:03 +0200
commitf59371de2170141fc28540d03c4e7ecc62844ebf (patch)
treef741cb2f05e218bd361f6a3b142cab152cf2902f /wscript_build.py
parent1d0a858447cee977c9b4faa65d163100f20d4047 (diff)
downloadmpv-f59371de2170141fc28540d03c4e7ecc62844ebf.tar.bz2
mpv-f59371de2170141fc28540d03c4e7ecc62844ebf.tar.xz
video: drop vaapi/vdpau hw decoding support with FFmpeg 3.2
This drops support for the old libavcodec APIs. Now FFmpeg 3.3 or FFmpeg git is required. Libav has no release with the new APIs yet, so for Libav git as of a few weeks or months ago or so is required if you want to use Libav. Not much actually changes in hwdec_vaegl.c - some code is removed, but the reindentation inflates the diff.
Diffstat (limited to 'wscript_build.py')
-rw-r--r--wscript_build.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/wscript_build.py b/wscript_build.py
index 9be4a59fbf..ec648807f3 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -310,8 +310,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_old.c", "vaapi-hwaccel-old" ),
- ( "video/decode/hw_vdpau.c", "vdpau-hwaccel-old" ),
( "video/decode/hw_videotoolbox.c", "videotoolbox-hwaccel" ),
( "video/decode/vd_lavc.c" ),
( "video/filter/refqueue.c" ),