Fix compatibility with FFmpeg 8#338
Open
hannesbraun wants to merge 1 commit into
Open
Conversation
|
Tested OK on FreeBSD with FFmpeg 8 (Also OK with FFmpeg 6) |
13 tasks
matioku
approved these changes
Nov 10, 2025
TomJo2000
added a commit
to TomJo2000/termux-packages-prs
that referenced
this pull request
Nov 12, 2025
- Backport upstream PR (alexkay/spek#338)
TomJo2000
added a commit
to TomJo2000/termux-packages-prs
that referenced
this pull request
Nov 13, 2025
- Backport upstream PR (alexkay/spek#338)
47 tasks
TomJo2000
added a commit
to termux/termux-packages
that referenced
this pull request
Nov 13, 2025
- Backport upstream PR (alexkay/spek#338)
termux-pacman-bot
added a commit
to termux-pacman/termux-packages
that referenced
this pull request
Nov 13, 2025
- Backport upstream PR (alexkay/spek#338)
ImL1s
pushed a commit
to ImL1s/termux-packages
that referenced
this pull request
May 1, 2026
- Backport upstream PR (alexkay/spek#338)
7 tasks
|
This is tested with my ARM build for MacOS - see #345. Spek performs as expected 👍 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The av_rdft_* functions are no longer available with FFmpeg 8. This patch adds compatibility with FFmpeg 8. The build should also still work with older versions of FFmpeg.