Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change CMAKE_OSX_DEPLOYMENT_TARGET on iOS from 8.0 to 9.0
This is due to FFmpeg v5.1.6 update: src/libavfilter/vf_yadif_videotoolbox.m:255:17: error: 'MTLResourceStorageModeShared' is only available on iOS 9.0 or newer [-Werror,-Wunguarded-availability] options:MTLResourceStorageModeShared];
- Loading branch information