Skip to content
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

Binary for Fedora 37? #148

Open
tkalfaoglu opened this issue Jan 8, 2023 · 1 comment
Open

Binary for Fedora 37? #148

tkalfaoglu opened this issue Jan 8, 2023 · 1 comment
Labels
bug Something isn't working Build

Comments

@tkalfaoglu
Copy link

I'm having lots of problems compiling it for Fedora 37..
Would anyone have any binary version for this platform?
My latest hurdle is:
/home/turgut/stitchEm/IO/src/common/format/src/filemuxer.cpp:30:28: error: ‘struct AVFormatContext’ has no member named ‘filename’
30 | std::remove(formatCtx->filename);

@w-m
Copy link
Member

w-m commented Jan 8, 2023

The stitchEm code has not been updated to work with the latest ffmpeg API. I noticed this issue recently, trying to build the code (on macOS). I started updating some of it (https://github.com/stitchEm/stitchEm/tree/ffmpeg4), but haven't gotten around to finish it. I'm not sure how many more changes are required. Pull requests welcome!

You could try using this Docker image from the GitHub build pipeline: https://github.com/stitchEm/stitchEm/tree/master/docker

Or perhaps downgrade your ffmpeg installation, to some version around ~3.3.

@w-m w-m added bug Something isn't working Build labels Jan 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Build
Projects
None yet
Development

No branches or pull requests

2 participants