Unverified Commit e8c7d4b8 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #8532 from andrewvoznytsa/pr-stable-4.0-video-sync

Add EGL to gstreamer dependecies
parents 79dbcc0d 6d975996
......@@ -88,6 +88,7 @@ pkg_check_modules(GST
gstreamer-1.0>=1.14
gstreamer-video-1.0>=1.14
gstreamer-gl-1.0>=1.14
egl
)
if (GST_FOUND)
......
......@@ -15,7 +15,7 @@ LinuxBuild {
QT += x11extras waylandclient
CONFIG += link_pkgconfig
packagesExist(gstreamer-1.0) {
PKGCONFIG += gstreamer-1.0 gstreamer-video-1.0 gstreamer-gl-1.0
PKGCONFIG += gstreamer-1.0 gstreamer-video-1.0 gstreamer-gl-1.0 egl
CONFIG += VideoEnabled
}
} else:MacBuild {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment