aboutsummaryrefslogtreecommitdiff
path: root/lib/timidity
AgeCommit message (Collapse)Author
2014-08-25timidity: Fix "Stage 1 -> Hall 1" reverb effect typeMaks Naumov
2012-07-07Added signlong implementationOldnemesis
2012-07-06Fixed (hopefully) the Win32 buildOldnemesis
2012-07-06Removed the ancient optimizations which make the latest gcc-generated code ↵George Yunaev
crash while playing the MIDI files using the SoundFont.
2012-05-07[FreeBSD] rewrite 64bit threadid hackFneufneu
do not use DWORD or LPDWORD to store a thread id anymore use LONG or LPLONG instead switch back dword to int
2011-12-17Revert the rest of the karaokeplayer commits. fixes xcode buildsLars Op den Kamp
This reverts commit 5684e8ef15bc5a4ef2c407a4dafb33684e4afb95 and 33a066668f698c3875da717539fef7e61650945a
2011-12-15Removed the old-time "optimization" which crashes after gcc 4.x optimization ↵George Yunaev
when playing MID files
2011-09-16build: 3rd party lib linking symbols cleanuptheuni
Fix several linking concerns that are usually masked in one way or another. To see, add -Wl,--unresolved-symbols=ignore-in-shared-libs to LDFLAGS 1. The 3rd party libs that we build can't resolve our wrapped functions until runtime, so tell the linker not to expect them. 2. Various vis and screensavers were relying on XBMC bringing in GL libs. With these fixes, linking opts like --unresolved-symbols=ignore-in-shared-libs now work properly. This is useful for annoying libs like gles or egl which may depend on other libs that cannot resolve at link-time. TODO: ProjectM still neeeds attention
2011-05-02[osx] cross-compile powerpc-osxbeenje
2011-03-26[WIN32] fixed: make timidity independent of some mingw libsWiSo
2011-03-26[WIN32] fixed timidity makefile, add clean commandWiSo
2011-03-09[darwin] changed, replace wrapping with wrapper.rb with linker alias_listS. Davilla
2011-01-24Merged cptspiff's code-reshuffle branch.theuni
Squashed commit due to build breakage during code-reshuffle history. Conflicts: xbmc/Util.cpp xbmc/cdrip/CDDARipper.cpp xbmc/filesystem/Directory.cpp xbmc/filesystem/File.cpp