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:
wm4 2017-01-11 16:02:08 +01:00
parent 5f449fc11f
commit 7dc74ee037
2 changed files with 1 additions and 1 deletions

View File

@ -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" ),