commit | 44572d1a0ab6c7bb2a9d592572492283ea4d0e1d | [log] [tgz] |
---|---|---|
author | Steve Lhomme <robux4@ycbcr.xyz> | Thu Jan 30 06:53:34 2025 +0100 |
committer | LIU Hao <lh_mouse@126.com> | Tue Feb 04 17:27:18 2025 +0800 |
tree | 73e8ad3bd7680d5d3ed821ebf0acf2b708e9cad1 | |
parent | 91333f91ab8d6367f4c64e3a891d5b5b6abd19de [diff] |
crt: add missing DXVAHD_CreateDevice for x86 It was first added to arm32 in 4a306baa4a206c9314bdc129e98abfa1aebe2b0e. Then to the common one in 96fe9ec413001bfc3f5971df64bcdedc216a9020. But it was always missing in x86. I verified that's the only one missing in that .def. Signed-off-by: LIU Hao <lh_mouse@126.com>