I want to implement FFmpeg functionality in iOS which can hide/show images at sepcific frames. I was able to built ffmpeg library and compile in Xcode as Objective-C project but not in Swift. The error in Swift is “‘d3d11.h’ file not found” from file d3d11va.h.
The file was build from here kewlbear/FFmpeg-iOS-build-script