Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Remove --enable-nonfree from regular FFmpeg build#78

Merged
cxfksword merged 1 commit into
mpvkit:mainfrom
yamayu-dev:remove-ffmpeg-enable-nonfree
Jul 11, 2026
Merged

Remove --enable-nonfree from regular FFmpeg build#78
cxfksword merged 1 commit into
mpvkit:mainfrom
yamayu-dev:remove-ffmpeg-enable-nonfree

Conversation

@yamayu-dev

Copy link
Copy Markdown
Contributor

Fixes #77.

This removes --enable-nonfree from the regular FFmpeg build configuration.

Tested:

  • swift build in Sources/BuildScripts
  • make build platform=macos
  • Verified the generated macOS Libavcodec.xcframework.zip reports LGPL version 3 or later
  • Verified CONFIG_NONFREE 0
  • Verified --enable-nonfree, nonfree, and unredistributable are not present in the generated macOS Libavcodec binary/header

Not run:

  • Full build for iOS/tvOS/visionOS/Catalyst

@cxfksword cxfksword merged commit 5e94d4a into mpvkit:main Jul 11, 2026
1 check passed
@cxfksword

Copy link
Copy Markdown
Contributor

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Question about FFmpeg --enable-nonfree in the regular MPVKit artifacts

2 participants