dd38e399ca
Previously, these two files were only added when SG was built with -DUSE_AEONWAVE:BOOL=OFF, because the SG code in use when USE_AEONWAVE is set to ON doesn't need readwav.hxx nor readwav.cxx. However, readwav.hxx and readwav.cxx are not only used in SG, but also in FG (at least by flightgear/src/Sound/VoiceSynthesizer.cxx), and this was causing a build failure when SG's USE_AEONWAVE and FG's ENABLE_FLITE flags were both set to ON: https://forum.flightgear.org/viewtopic.php?f=45&t=35672#p346633 and https://sourceforge.net/p/flightgear/mailman/message/36645567/ This commit should fix this build failure. |
||
---|---|---|
3rdparty | ||
CMakeModules | ||
simgear | ||
.gitignore | ||
AUTHORS | ||
ChangeLog | ||
CMakeLists.txt | ||
COPYING | ||
Doxyfile | ||
DoxygenMain.cxx | ||
INSTALL | ||
NEWS | ||
README | ||
README.cmake | ||
README.OSG | ||
README.sound | ||
README.zlib | ||
SimGearConfig.cmake.in | ||
Thanks | ||
version |
SimGear - Simulator Construction Tools ====================================== http://www.flightgear.org SimGear is a set of open-source libraries designed to be used as building blocks for quickly assembling 3d simulations, games, and visualization applications. SimGear is developed by the FlightGear project and also provides the base for the FlightGear Flight Simulator. Source code for SimGear is released under the GNU Library General Public License (LGPL) - see COPYING for license details. See INSTALL file for help on building SimGear.