diff options
-rw-r--r-- | video.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 }; |