We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
on ubuntu 18.04, running make for qtsampleplayer results in several deprecation warnings, but fails to compile due to:
make
this->frame = avcodec_alloc_frame(); ^~~~~~~~~~~~~~~~~~~ avcodec_send_frame [ 18%] Building CXX object CMakeFiles/qtsampleplayer.dir/libdashframework/Buffer/MediaObjectBuffer.cpp.o CMakeFiles/qtsampleplayer.dir/build.make:67: recipe for target 'CMakeFiles/qtsampleplayer.dir/Decoder/LibavDecoder.cpp.o' failed
The text was updated successfully, but these errors were encountered:
I ran into this as well. Downloading an older version of libav fixed it. I think I used 10.5 or something. The example is pretty old.
Sorry, something went wrong.
No branches or pull requests
on ubuntu 18.04, running
make
for qtsampleplayer results in several deprecation warnings, but fails to compile due to:The text was updated successfully, but these errors were encountered: