mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
wpesrc: Switch to WPEBackend-fdo 1.2.0
This commit is contained in:
parent
4c0fa970bc
commit
2b218da805
1 changed files with 2 additions and 2 deletions
|
@ -167,8 +167,8 @@ void WPEThreadedView::initialize(GstWpeSrc* src, GstGLContext* context, GstGLDis
|
|||
static std::once_flag s_loaderFlag;
|
||||
std::call_once(s_loaderFlag,
|
||||
[] {
|
||||
#if defined(WPE_BACKEND_CHECK_VERSION) && WPE_BACKEND_CHECK_VERSION(0, 2, 0)
|
||||
wpe_loader_init("libWPEBackend-fdo-0.1.so");
|
||||
#if defined(WPE_BACKEND_CHECK_VERSION) && WPE_BACKEND_CHECK_VERSION(1, 2, 0)
|
||||
wpe_loader_init("libWPEBackend-fdo-1.0.so");
|
||||
#endif
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue