from_lavc_vid_conv bench tool compat

Fix the benchmark tool build when src/config.h present and CUDA
conversions enabled there. The appropriate CUDA files will be required
if HAVE_LAVC_CUDA_CONV is defined.
This commit is contained in:
Martin Pulec
2025-10-02 09:25:42 +02:00
parent a8683ee701
commit 00898f90fa

View File

@@ -59,7 +59,9 @@
#include "color.h"
#include "compat/qsort_s.h"
#ifdef HAVE_CONFIG_H
#include "config.h" // for HWACC_VDPAU
#endif
#include "debug.h"
#include "host.h"
#include "hwaccel_vdpau.h"