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
While compiling using make, I got the following error:
In file included from /home/test/DASH/LibDASH/libdash/libdash/qtsampleplayer/libdashframework/Buffer/AudioChunk.cpp:12:0: /home/test/DASH/LibDASH/libdash/libdash/qtsampleplayer/libdashframework/Buffer/AudioChunk.h:16:10: fatal error: QtMultimedia/qaudioformat.h: No such file or directory #include <QtMultimedia/qaudioformat.h> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. CMakeFiles/qtsampleplayer.dir/build.make:407: recipe for target 'CMakeFiles/qtsampleplayer.dir/libdashframework/Buffer/AudioChunk.cpp.o' failed make[2]: *** [CMakeFiles/qtsampleplayer.dir/libdashframework/Buffer/AudioChunk.cpp.o] Error 1 CMakeFiles/Makefile2:57: recipe for target 'CMakeFiles/qtsampleplayer.dir/all' failed make[1]: *** [CMakeFiles/qtsampleplayer.dir/all] Error 2 Makefile:69: recipe for target 'all' failed make: *** [all] Error 2
I have tried many options as mentioned in this stackoverflow link:https://stackoverflow.com/questions/53522120/qtfatal-errorqtmultimedia-qaudioformat-h-no-such-file-or-directory
please suggest me some options to fix this!!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While compiling using make,
I got the following error:
In file included from /home/test/DASH/LibDASH/libdash/libdash/qtsampleplayer/libdashframework/Buffer/AudioChunk.cpp:12:0:
/home/test/DASH/LibDASH/libdash/libdash/qtsampleplayer/libdashframework/Buffer/AudioChunk.h:16:10: fatal error: QtMultimedia/qaudioformat.h: No such file or directory
#include <QtMultimedia/qaudioformat.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
CMakeFiles/qtsampleplayer.dir/build.make:407: recipe for target 'CMakeFiles/qtsampleplayer.dir/libdashframework/Buffer/AudioChunk.cpp.o' failed
make[2]: *** [CMakeFiles/qtsampleplayer.dir/libdashframework/Buffer/AudioChunk.cpp.o] Error 1
CMakeFiles/Makefile2:57: recipe for target 'CMakeFiles/qtsampleplayer.dir/all' failed
make[1]: *** [CMakeFiles/qtsampleplayer.dir/all] Error 2
Makefile:69: recipe for target 'all' failed
make: *** [all] Error 2
I have tried many options as mentioned in this stackoverflow link:https://stackoverflow.com/questions/53522120/qtfatal-errorqtmultimedia-qaudioformat-h-no-such-file-or-directory
please suggest me some options to fix this!!
The text was updated successfully, but these errors were encountered: