Actions
Emulator Issues #7074
closedTypo in CMakeLists.txt
Status:
Fixed
Priority:
Normal
Assignee:
-
% Done:
0%
Operating system:
FreeBSD
Issue type:
Other
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
Yes
Relates to maintainability:
No
Regression start:
Fixed in:
Description
In the root CMakeList.txt file there is a typo.
Where it says:
check_lib(SOUNDTOUCH SoundTouch soundtouch/soundtouch.h QUIET)
it should say
check_lib(SOUNDTOUCH SoundTouch soundtouch/SoundTouch.h QUIET)
the lack of capitalization causes the soundtouch not to be found, though the externals version is build on linux distros, rather than using the shared library.
Updated by delroth over 10 years ago
- Status changed from New to Accepted
skid, I think you added soundtouch, right?
Updated by flacs over 10 years ago
- Issue type changed from Bug to Other
- Priority set to Normal
- Easy set to Yes
- Operating system FreeBSD added
- Operating system deleted (
Android)
@alexjnewt: If you like, you can make a pull request on GitHub: https://github.com/dolphin-emu/dolphin.
Updated by parlane over 10 years ago
Thanks, added with https://github.com/dolphin-emu/dolphin/pull/156
Actions