mirror of
https://github.com/mpv-player/mpv
synced 2025-02-16 20:27:23 +00:00
vaapi: rename vaapi.c to vaapi_old.c
vaapi.c will be reintroduced with the new code using the new libavcodec vaapi API.
This commit is contained in:
parent
5f449fc11f
commit
7dc74ee037
@ -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" ),
|
||||
|
Loading…
Reference in New Issue
Block a user