summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--video.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/video.c b/video.c
index f4b3d93..d9534b4 100644
--- a/video.c
+++ b/video.c
@@ -10196,8 +10196,10 @@ static const VideoModule *VideoModules[] = {
&VaapiModule,
#endif
#ifdef USE_GLX
+#ifdef USE_VAAPI
&VaapiGlxModule, // FIXME: if working, prefer this
#endif
+#endif
&NoopModule
};