Compiling FFmpeg in ios swift occur Error

I'm working on APP Where I need to Convert audio/video files.

I want to develop FFmpeg functionality in iOS which can split/join video.

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.

Compiling FFmpeg in ios swift occur Error
 
 
Q