Skip to content

Got a few errors on building with ninja #94

Answered by arch1t3cht
mmdbalkhi asked this question in Q&A
Discussion options

You must be logged in to vote

The error looks like your ffmpeg is too old for the ffms2 subproject (which requires ffmpeg 6.0 now when building from master).

First of all I'd try a clean rebuild (i.e. recloning the repository from scratch) since some ffms2/ffmpeg related things were changed just a few days ago. In particular meson should now detect if ffmpeg is too old.

If that doesn't work you can try any of

  • updating your system ffmpeg to 6.0
  • installing ffms2 as a system package (be aware that the currently latest release 2.40 has seeking errors. Though you could still build a ca. one-month-old version from git)
  • adding --force-fallback-for=ffmpeg to the meson options (this might even happen automatically with a clea…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@mmdbalkhi
Comment options

@arch1t3cht
Comment options

Answer selected by mmdbalkhi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants