Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
configure: print the error message when no or old libav/ffmpeg found,…
… fixes #2378
- Loading branch information
39aa466There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From logs you provided to the issue, you have libav libraries v8 (check the package name for libavcodec or so), so they are no longer supported. You may try to use --enable-libffmpeg_static , but I'm not sure, if it builds on other platform than x86...
39aa466There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.