microsoft / FFmpegInterop

This is a code sample to make it easier to use FFmpeg in Windows applications.
Apache License 2.0
1.29k stars 310 forks source link

Use /PROFILE linker option for building FFmpeg binaries #279

Closed brbeec closed 3 years ago

brbeec commented 3 years ago

This change updates FFmpegConfig.sh to build FFmpeg with the /PROFILE linker option set. This is required for Microsoft's APIscan tool.