28th September 2016, 11:30
This is an issue with the makemkv cmake or qmake files I guess.
You can make it work by either adding the
c++11 to the cmake file for config or
-std=c++11 to the QMAKE_CXXFLAGS in qmake.
Hope that hint helps. Otherwise I give me a download Link to the source and I will patch it.
You can make it work by either adding the
c++11 to the cmake file for config or
-std=c++11 to the QMAKE_CXXFLAGS in qmake.
Hope that hint helps. Otherwise I give me a download Link to the source and I will patch it.