Kyle Swanson: > +#ifdef CONFIG_LIBVMAF_CUDA > +#include <libvmaf_cuda.h> > + > +#include "libavutil/hwcontext.h" > +#include "libavutil/hwcontext_cuda_internal.h" > +#endif > +
The CONFIG_* variables are always defined; you need to check via "#if", not "#ifdef". - Andreas _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".