videoio: remove AssetsLibrary dependency.
authorYaron Inger <yaron@lightricks.com>
Thu, 5 Oct 2017 17:22:56 +0000 (20:22 +0300)
committerYaron Inger <yaron@lightricks.com>
Thu, 5 Oct 2017 17:22:56 +0000 (20:22 +0300)
commit0d979a741b6b1072823dc7ead27c286df2b4e153
treedc58b2f3b2f5e13772e26088b7e36a1d053c4883
parent4af3ca4e4d7be246a49d751a79c6392e848ac2aa
videoio: remove AssetsLibrary dependency.

The entire AssetsLibrary framework is deprecated since iOS 8.0. The code
used in the camera example code can use UIKit to save videos to the
camera instead, which allows to avoid linking with PhotoKit instead to
prevent increasing the iOS deployment target.
modules/videoio/CMakeLists.txt
modules/videoio/src/cap_ios_video_camera.mm