This commit disables the video components of the AVFoundation mediaplayer backend when building for iOS and enables the use of QMediaPlayer with audio assets. Change-Id: Iadd6f9c61ed1e656301326e90a22cbca6428b654 Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@digia.com>
63 lines
924 B
Prolog
63 lines
924 B
Prolog
######################################################################
|
|
#
|
|
# Qt Multimedia
|
|
#
|
|
######################################################################
|
|
|
|
TEMPLATE = subdirs
|
|
|
|
SUBDIRS += m3u
|
|
|
|
android {
|
|
SUBDIRS += android
|
|
}
|
|
|
|
blackberry {
|
|
SUBDIRS += blackberry
|
|
}
|
|
|
|
qnx {
|
|
SUBDIRS += qnx
|
|
}
|
|
|
|
win32 {
|
|
SUBDIRS += audiocapture
|
|
}
|
|
|
|
win32 {
|
|
config_directshow: SUBDIRS += directshow
|
|
config_wmf: SUBDIRS += wmf
|
|
}
|
|
|
|
unix:!mac {
|
|
config_gstreamer {
|
|
SUBDIRS += gstreamer
|
|
} else {
|
|
SUBDIRS += audiocapture
|
|
}
|
|
|
|
# v4l is turned off because it is not supported in Qt 5
|
|
# !maemo*:SUBDIRS += v4l
|
|
|
|
config_pulseaudio {
|
|
SUBDIRS += pulseaudio
|
|
}
|
|
}
|
|
|
|
mac:!simulator {
|
|
SUBDIRS += audiocapture
|
|
|
|
config_avfoundation: SUBDIRS += avfoundation
|
|
|
|
!ios: SUBDIRS += qt7
|
|
}
|
|
|
|
config_opensles {
|
|
SUBDIRS += opensles
|
|
}
|
|
|
|
config_resourcepolicy {
|
|
SUBDIRS += resourcepolicy
|
|
}
|
|
|