Changes between Version 71 and Version 72 of HWAccelIntro
- Timestamp:
- Feb 14, 2020, 1:20:01 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HWAccelIntro
v71 v72 95 95 96 96 DXVA2 hardware acceleration only works on Windows. In order to build FFmpeg with DXVA2 support, you need to install the dxva2api.h header. 97 For MinGW this can be done by [https://download.videolan.org/pub/contrib/dxva2api.h downloading the header maintained by VLC] and installing it in the include pat ch (for example in {{{/usr/include/}}}).97 For MinGW this can be done by [https://download.videolan.org/pub/contrib/dxva2api.h downloading the header maintained by VLC] and installing it in the include path (for example in {{{/usr/include/}}}). 98 98 99 99 For MinGW64, `dxva2api.h` is provided by default. One way to install mingw-w64 is through a {{{pacman}}} repository, and can be installed using one of the two following commands, depending on the architecture:
