0.10 is still used by default. To enable GStreamer 1.0, pass GST_VERSION=1.0 to qmake for qtmultimedia.pro. Contributions from: Andrew den Exter <andrew.den.exter@qinetic.com.au> Ilya Smelykh <ilya@videoexpertsgroup.com> Jim Hodapp <jim.hodapp@canonical.com> Sergio Schvezov <sergio.schvezov@canonical.com> Change-Id: I72a46d1170a8794a149bdb5e20767afcc5b7587c Reviewed-by: Andrew den Exter <andrew.den.exter@qinetic.com.au>
48 lines
1.3 KiB
Prolog
48 lines
1.3 KiB
Prolog
requires(qtHaveModule(gui))
|
|
|
|
load(configure)
|
|
qtCompileTest(openal)
|
|
win32 {
|
|
qtCompileTest(directshow) {
|
|
qtCompileTest(wshellitem)
|
|
}
|
|
qtCompileTest(wmsdk)
|
|
qtCompileTest(wmp)
|
|
contains(QT_CONFIG, wmf-backend): qtCompileTest(wmf)
|
|
qtCompileTest(evr)
|
|
} else:mac {
|
|
qtCompileTest(avfoundation)
|
|
} else:qnx {
|
|
qtCompileTest(mmrenderer)
|
|
} else {
|
|
qtCompileTest(alsa)
|
|
qtCompileTest(pulseaudio)
|
|
!done_config_gstreamer {
|
|
gstver=0.10
|
|
!isEmpty(GST_VERSION): gstver=$$GST_VERSION
|
|
cache(GST_VERSION, set, gstver);
|
|
qtCompileTest(gstreamer) {
|
|
qtCompileTest(gstreamer_photography)
|
|
qtCompileTest(gstreamer_encodingprofiles)
|
|
qtCompileTest(gstreamer_appsrc)
|
|
qtCompileTest(linux_v4l)
|
|
} else {
|
|
gstver=1.0
|
|
cache(GST_VERSION, set, gstver);
|
|
# Force a re-run of the test
|
|
CONFIG -= done_config_gstreamer
|
|
qtCompileTest(gstreamer) {
|
|
qtCompileTest(gstreamer_photography)
|
|
qtCompileTest(gstreamer_encodingprofiles)
|
|
qtCompileTest(gstreamer_appsrc)
|
|
qtCompileTest(linux_v4l)
|
|
}
|
|
}
|
|
}
|
|
qtCompileTest(resourcepolicy)
|
|
qtCompileTest(gpu_vivante)
|
|
}
|
|
|
|
load(qt_parts)
|
|
|