Re: [FFmpeg-devel] [PATCH] avcodec/dxva2: Fix compilation with Mingw-w64

2024-10-02 Thread Tobias Rapp
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

Re: [FFmpeg-devel] [PATCH] avcodec/dxva2: Fix compilation with Mingw-w64

2024-10-02 Thread James Almer
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

[FFmpeg-devel] [PATCH] avcodec/dxva2: Fix compilation with Mingw-w64

2024-10-02 Thread Tobias Rapp
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