AVFoundation: Basic camera support for iOS
Enables basic software rendering support for iOS. Change-Id: Icd29076ea627295819ede6d9680de576ba39b34e Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@digia.com>
This commit is contained in:
committed by
The Qt Project
parent
94ccfbc132
commit
48a6a8a043
@@ -1,5 +1,4 @@
|
||||
TEMPLATE = subdirs
|
||||
|
||||
!ios: SUBDIRS += camera
|
||||
|
||||
SUBDIRS += mediaplayer
|
||||
SUBDIRS += mediaplayer \
|
||||
camera
|
||||
|
||||
@@ -8,10 +8,14 @@ PLUGIN_TYPE = mediaservice
|
||||
PLUGIN_CLASS_NAME = AVFServicePlugin
|
||||
load(qt_plugin)
|
||||
|
||||
LIBS += -framework AppKit -framework AudioUnit \
|
||||
-framework AudioToolbox -framework CoreAudio \
|
||||
-framework QuartzCore -framework AVFoundation \
|
||||
LIBS += -framework AudioToolbox \
|
||||
-framework CoreAudio \
|
||||
-framework QuartzCore \
|
||||
-framework AVFoundation \
|
||||
-framework CoreMedia
|
||||
osx:LIBS += -framework AppKit \
|
||||
-framework AudioUnit
|
||||
ios:LIBS += -framework CoreVideo
|
||||
|
||||
OTHER_FILES += avfcamera.json
|
||||
|
||||
|
||||
Reference in New Issue
Block a user