summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorPhilip Langdale <philipl@overt.org>2018-12-30 14:56:45 -0800
committersfan5 <sfan5@live.de>2019-07-08 01:57:02 +0200
commit6842755feb04a7a9e0820b3e999586cb54e329e3 (patch)
tree40d25be96f0ab7b5839172fa2c5dd578922b6fdf /wscript_build.py
parent7f0f1a1b72905f4175dfc095d23e224585932865 (diff)
downloadmpv-6842755feb04a7a9e0820b3e999586cb54e329e3.tar.bz2
mpv-6842755feb04a7a9e0820b3e999586cb54e329e3.tar.xz
vo_gpu: hwdec_vaegl: Rename and move to hwdec_vaapi
In preparation for adding Vulkan interop support, let's rename to remove the egl reference and move to an api neutral location.
Diffstat (limited to 'wscript_build.py')
-rw-r--r--wscript_build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript_build.py b/wscript_build.py
index 0814b9122e..9438b8c3ed 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -449,6 +449,7 @@ def build(ctx):
( "video/out/hwdec/hwdec_cuda.c", "cuda-hwaccel" ),
( "video/out/hwdec/hwdec_cuda_gl.c", "cuda-hwaccel && gl" ),
( "video/out/hwdec/hwdec_cuda_vk.c", "cuda-hwaccel && vulkan" ),
+ ( "video/out/hwdec/hwdec_vaapi.c", "vaapi-egl" ),
( "video/out/placebo/ra_pl.c", "libplacebo" ),
( "video/out/placebo/utils.c", "libplacebo" ),
( "video/out/opengl/angle_dynamic.c", "egl-angle" ),
@@ -476,7 +477,6 @@ def build(ctx):
( "video/out/opengl/hwdec_ios.m", "ios-gl" ),
( "video/out/opengl/hwdec_osx.c", "videotoolbox-gl" ),
( "video/out/opengl/hwdec_rpi.c", "rpi" ),
- ( "video/out/opengl/hwdec_vaegl.c", "vaapi-egl" ),
( "video/out/opengl/hwdec_vdpau.c", "vdpau-gl-x11" ),
( "video/out/opengl/libmpv_gl.c", "gl" ),
( "video/out/opengl/ra_gl.c", "gl" ),