Moved general gstreamer helper classes into separate library.
Cleaned up configuration of gstreamer with a separate config test. Change-Id: I1ec9ee466233687fbcfdc544a12d9fce578e4379 Reviewed-on: http://codereview.qt-project.org/6459 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
This commit is contained in:
@@ -20,15 +20,8 @@ win32 {
|
||||
simulator: SUBDIRS += simulator
|
||||
|
||||
unix:!mac {
|
||||
TMP_GST_LIBS = \
|
||||
gstreamer-0.10 >= 0.10.19 \
|
||||
gstreamer-base-0.10 >= 0.10.19 \
|
||||
gstreamer-interfaces-0.10 >= 0.10.19 \
|
||||
gstreamer-audio-0.10 >= 0.10.19 \
|
||||
gstreamer-video-0.10 >= 0.10.19
|
||||
|
||||
system(pkg-config --exists \'$${TMP_GST_LIBS}\' --print-errors): {
|
||||
SUBDIRS += gstreamer
|
||||
contains(config_test_gstreamer, yes) {
|
||||
SUBDIRS += gstreamer
|
||||
} else {
|
||||
SUBDIRS += audiocapture
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user