bitmovin / libdash

MPEG-DASH Access Library - Official ISO/IEC MPEG-DASH Reference Implementation
https://bitmovin.com/
589 stars 169 forks source link

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

Open jagdeesh94 opened 5 years ago

jagdeesh94 commented 5 years ago

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