From 853fe788f892c36f5b9252b51951c09be8dedfb3 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 28 Sep 2015 21:59:54 +0200 Subject: vo_opengl: rename hwdec_vda.c to hwdec_osx.c It doesn't deal with VDA at all anymore. Rename it to hwdec_osx.c. Not using hwdec_videotoolbox.c, because that would give it the longest source path in this project yet. (Also, this code isn't even VideoToolox-specific, other than the name of the pixel format used.) --- wscript_build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript_build.py') diff --git a/wscript_build.py b/wscript_build.py index f0316489c9..40e7623006 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -321,7 +321,7 @@ def build(ctx): ( "video/out/opengl/hwdec_dxva2.c", "gl-win32" ), ( "video/out/opengl/hwdec_vaegl.c", "vaapi-egl" ), ( "video/out/opengl/hwdec_vaglx.c", "vaapi-glx" ), - ( "video/out/opengl/hwdec_vda.c", "videotoolbox-gl" ), + ( "video/out/opengl/hwdec_osx.c", "videotoolbox-gl" ), ( "video/out/opengl/hwdec_vdpau.c", "vdpau-gl-x11" ), ( "video/out/opengl/lcms.c", "gl" ), ( "video/out/opengl/osd.c", "gl" ), -- cgit v1.2.3