diff --git a/video/decode/vaapi.c b/video/decode/vaapi_old.c similarity index 100% rename from video/decode/vaapi.c rename to video/decode/vaapi_old.c diff --git a/wscript_build.py b/wscript_build.py index 0d7b3d8c3f..80e15fb9f4 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -307,7 +307,7 @@ def build(ctx): ( "video/decode/dxva2.c", "d3d-hwaccel" ), ( "video/decode/d3d11va.c", "d3d-hwaccel" ), ( "video/decode/d3d.c", "win32" ), - ( "video/decode/vaapi.c", "vaapi-hwaccel" ), + ( "video/decode/vaapi_old.c", "vaapi-hwaccel" ), ( "video/decode/vd_lavc.c" ), ( "video/decode/videotoolbox.c", "videotoolbox-hwaccel" ), ( "video/decode/vdpau.c", "vdpau-hwaccel" ),