Fix compile error with opengl and without va-api.

This commit is contained in:
Johns 2015-10-06 18:28:34 +02:00
parent 4fa4f6616a
commit ee2311d252
1 changed files with 2 additions and 0 deletions

View File

@ -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
};