Skip to content

Commit

Permalink
ffmpeg 6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kingslay committed Jan 20, 2024
1 parent 0755acb commit 6605e27
Show file tree
Hide file tree
Showing 84 changed files with 191 additions and 191 deletions.
2 changes: 1 addition & 1 deletion Plugins/BuildFFmpeg/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ enum Library: String, CaseIterable {
var version: String {
switch self {
case .FFmpeg:
return "n6.1"
return "n6.1.1"
case .libfreetype:
return "VER-2-12-1"
case .libfribidi:
Expand Down
48 changes: 24 additions & 24 deletions Sources/Libavcodec.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,53 +8,52 @@
<key>BinaryPath</key>
<string>Libavcodec.framework/Libavcodec</string>
<key>LibraryIdentifier</key>
<string>xros-arm64</string>
<string>tvos-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>Libavcodec.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>xros</string>
<string>tvos</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>Libavcodec.framework/Libavcodec</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>Libavcodec.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>Libavcodec.framework/Libavcodec</string>
<key>LibraryIdentifier</key>
<string>tvos-arm64_arm64e</string>
<string>xros-arm64</string>
<key>LibraryPath</key>
<string>Libavcodec.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>arm64e</string>
</array>
<key>SupportedPlatform</key>
<string>tvos</string>
<string>xros</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>Libavcodec.framework/Libavcodec</string>
<key>LibraryIdentifier</key>
<string>macos-arm64_x86_64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>Libavcodec.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -63,71 +62,72 @@
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>macos</string>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>Libavcodec.framework/Libavcodec</string>
<key>LibraryIdentifier</key>
<string>tvos-arm64_x86_64-simulator</string>
<string>tvos-arm64_arm64e</string>
<key>LibraryPath</key>
<string>Libavcodec.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
<string>arm64e</string>
</array>
<key>SupportedPlatform</key>
<string>tvos</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>Libavcodec.framework/Libavcodec</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-maccatalyst</string>
<string>xros-arm64-simulator</string>
<key>LibraryPath</key>
<string>Libavcodec.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<string>xros</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>Libavcodec.framework/Libavcodec</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-maccatalyst</string>
<key>LibraryPath</key>
<string>Libavcodec.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>Libavcodec.framework/Libavcodec</string>
<key>LibraryIdentifier</key>
<string>xros-arm64-simulator</string>
<string>macos-arm64_x86_64</string>
<key>LibraryPath</key>
<string>Libavcodec.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>xros</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
<string>macos</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Loading

2 comments on commit 6605e27

@FaiChou
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这次升级支持了 kingslay/KSPlayer#190 (comment) 这个吗?

@kingslay
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

我还在调试。看下是否可以。需要做一些处理

Please sign in to comment.