-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fails to build with FFMPEG 5 #45
Comments
Thanks for notifying us about this :) We did make some fixes over in performous already to support ffmpeg 5 i think so we'll have to do some updates here aswell |
Also fails when building for windows. @OznOg if you have any time, wanna check this out? |
I'm hitting this on Arch Linux despite having |
@dbungert & @kangalioo for the time being can you guys use our AppImage which @ooshlablu just made? this should work out of the box as it includes and ships all the used libraries |
Yep, I tried it out immediately after ooshlablu made it. With exception of the Play button, it works :) |
Hmmm the play button should play the loaded mp3 file :o maybe good to create a new issue for that |
performous-composer will fail to build when doing so on Debian Sid or Ubuntu Kinetic.
Both these environments have FFMPEG 5.
The debbug has a good summary of the problem:
Here is a longer form log with the same failure:
https://launchpadlibrarian.net/619963471/buildlog_ubuntu-kinetic-amd64.performous-composer_2.0+20181009-gitbeeea23-2.1build2_BUILDING.txt.gz
The first 3 failure lines aren't so bad, but avcodec_decode_audio4 will need a more dedicated adjustment.
I think performous/performous@6ac4866 is a good reference point if one wants to port things over one step at a time, or maybe mass merging over the
FFmpeg
class entirely would be preferable.The text was updated successfully, but these errors were encountered: