mirror of
https://projects.vdr-developer.org/git/vdr-plugin-softhddevice.git
synced 2023-10-10 17:16:51 +00:00
Fix compile error with opengl and without va-api.
This commit is contained in:
2
video.c
2
video.c
@@ -10196,7 +10196,9 @@ static const VideoModule *VideoModules[] = {
|
|||||||
&VaapiModule,
|
&VaapiModule,
|
||||||
#endif
|
#endif
|
||||||
#ifdef USE_GLX
|
#ifdef USE_GLX
|
||||||
|
#ifdef USE_VAAPI
|
||||||
&VaapiGlxModule, // FIXME: if working, prefer this
|
&VaapiGlxModule, // FIXME: if working, prefer this
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
&NoopModule
|
&NoopModule
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user