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

Error when compiling with make on OpenSUSE Tumbleweed #663

Open
miguell0 opened this issue Feb 13, 2024 · 0 comments
Open

Error when compiling with make on OpenSUSE Tumbleweed #663

miguell0 opened this issue Feb 13, 2024 · 0 comments

Comments

@miguell0
Copy link

miguell0 commented Feb 13, 2024

/home/miko/musikcube/src/plugins/ffmpegdecoder/plugin.cpp: In constructor ‘FfmpegDecoderFactory::FfmpegDecoderFactory()’:
/home/miko/musikcube/src/plugins/ffmpegdecoder/plugin.cpp:120:29: error: ‘av_codec_iterate’ was not declared in this scope; did you mean ‘av_codec_next’?
  120 |             while ((codec = av_codec_iterate(&iterator))) {
      |                             ^~~~~~~~~~~~~~~~
      |                             av_codec_next
make[2]: *** [src/plugins/ffmpegdecoder/CMakeFiles/ffmpegdecoder.dir/build.make:76: src/plugins/ffmpegdecoder/CMakeFiles/ffmpegdecoder.dir/plugin.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:777: src/plugins/ffmpegdecoder/CMakeFiles/ffmpegdecoder.dir/all] Error 2
make: *** [Makefile:136: all] Error 2



Compiling on a fresh, minimal install of OpenSUSE Tumbleweed (along with cinnamon desktop and some configurations intalled in the meantime). All of the listed dependencies are installed before compiling, and git clone was recursive.

Let me know if i need to add more info to the report.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant