tanersener / mobile-ffmpeg

FFmpeg for Android, iOS and tvOS. Not maintained anymore. Superseded by FFmpegKit.
https://tanersener.github.io/mobile-ffmpeg
GNU General Public License v3.0
3.87k stars 791 forks source link

iOS and tvOS XCFramwork #552

Closed milos1290 closed 3 years ago

milos1290 commented 4 years ago

Description Add support for single iOS and tvOS XCFramework with all slices

Expected behavior Ability to build single XCFramework that contains both iOS(arm64, x86_64, catalyst) and tvOS(arm64, x86_64) slices

Current behavior Separate libraries for iOS and tvOS

tanersener commented 4 years ago

I don't want to update existing scripts. They're already quite complex. Why don't you use a separate script to combine existing iOS tvOS bundles together?

milos1290 commented 4 years ago

@tanersener Yeah i'm planning to do separate script which goes through the prebuilt folder and create xcframework. I'm currently having an issue with building source, i'm not able to build nettle at all. It just errors out on 4.4 branch.

github-actions[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.