On 02/10/2024 14:05, James Almer wrote:
On 10/2/2024 7:11 AM, Tobias Rapp wrote:
Adds missing ifdef guards to function prototypes depending on
definitions from
dxva.h which are not available in Mingw-w64 version 4.0. The
configure script
already checks for HEVC/VP9 types in dxva.h.
Signed-of
On 10/2/2024 7:11 AM, Tobias Rapp wrote:
Adds missing ifdef guards to function prototypes depending on definitions from
dxva.h which are not available in Mingw-w64 version 4.0. The configure script
already checks for HEVC/VP9 types in dxva.h.
Signed-off-by: Tobias Rapp
---
libavcodec/dxva2_in
Adds missing ifdef guards to function prototypes depending on definitions from
dxva.h which are not available in Mingw-w64 version 4.0. The configure script
already checks for HEVC/VP9 types in dxva.h.
Signed-off-by: Tobias Rapp
---
libavcodec/dxva2_internal.h | 4
1 file changed, 4 inserti