Commit 48a6a8a0 authored by Andy Nichols's avatar Andy Nichols Committed by The Qt Project
Browse files

AVFoundation: Basic camera support for iOS


Enables basic software rendering support for iOS.

Change-Id: Icd29076ea627295819ede6d9680de576ba39b34e
Reviewed-by: default avatarRichard Moe Gustavsen <richard.gustavsen@digia.com>
parent 94ccfbc1
Branches
Tags
No related merge requests found
Showing with 9 additions and 6 deletions
TEMPLATE = subdirs TEMPLATE = subdirs
!ios: SUBDIRS += camera SUBDIRS += mediaplayer \
camera
SUBDIRS += mediaplayer
...@@ -8,10 +8,14 @@ PLUGIN_TYPE = mediaservice ...@@ -8,10 +8,14 @@ PLUGIN_TYPE = mediaservice
PLUGIN_CLASS_NAME = AVFServicePlugin PLUGIN_CLASS_NAME = AVFServicePlugin
load(qt_plugin) load(qt_plugin)
LIBS += -framework AppKit -framework AudioUnit \ LIBS += -framework AudioToolbox \
-framework AudioToolbox -framework CoreAudio \ -framework CoreAudio \
-framework QuartzCore -framework AVFoundation \ -framework QuartzCore \
-framework AVFoundation \
-framework CoreMedia -framework CoreMedia
osx:LIBS += -framework AppKit \
-framework AudioUnit
ios:LIBS += -framework CoreVideo
OTHER_FILES += avfcamera.json OTHER_FILES += avfcamera.json
......
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