Potential compiler failure
Posted: Mon Sep 29, 2014 6:19 am
In the source file: srcexportExportFLAC.cpp at or near line number 240:
If LEGACY_FLAC somehow gets set, the above will fail to compile because the function:
does not exist. Have a look at: lib-srclibflacincludeFLAC++encoder.h between lines 127 & 149 where all of the set… () functions are listed– it is not there.
Code: Select all
#ifdef LEGACY_FLAC
encoder.set_filename(OSOUTPUT(fName));
#endifCode: Select all
encoder.set_filename(…)