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

fatal error: QtMultimedia/qaudioformat.h: No such file or directory #22

Open
jagdeesh94 opened this issue Nov 28, 2018 · 0 comments
Open

Comments

@jagdeesh94
Copy link

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!!

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