Skip to content

Commit

Permalink
libraries add c++
Browse files Browse the repository at this point in the history
  • Loading branch information
kingslay committed Jun 10, 2023
1 parent fb7ee52 commit ef509f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FFmpegKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Pod::Spec.new do |s|
s.static_framework = true
s.source_files = 'Sources/FFmpegKit/**/*.{h,c,m}'
s.subspec 'FFmpegKit' do |ffmpeg|
ffmpeg.libraries = 'bz2', 'z', 'iconv', 'xml2'
ffmpeg.libraries = 'bz2', 'z', 'iconv', 'xml2', 'c++'
ffmpeg.vendored_frameworks = 'Sources/Libavcodec.xcframework','Sources/Libavfilter.xcframework','Sources/Libavformat.xcframework','Sources/Libavutil.xcframework','Sources/Libswresample.xcframework','Sources/Libswscale.xcframework', 'Sources/Libdav1d.xcframework', 'Sources/Libdav1d.xcframework', 'Sources/Libsrt.xcframework'
ffmpeg.dependency 'OpenSSL'
end
Expand Down

0 comments on commit ef509f5

Please sign in to comment.