diff --git a/video.c b/video.c index f4b3d93..d9534b4 100644 --- a/video.c +++ b/video.c @@ -10196,7 +10196,9 @@ static const VideoModule *VideoModules[] = { &VaapiModule, #endif #ifdef USE_GLX +#ifdef USE_VAAPI &VaapiGlxModule, // FIXME: if working, prefer this +#endif #endif &NoopModule };