fluidsynth/fluidsynth-fix-build-lash.diff
Takashi Iwai 2f2b944245 Accepting request 78359 from home:tiwai:branches:multimedia:libs
- Updated to version 1.1.4:
  Improvements to the API for playing MIDI files, several bug fixes
  in the engine itself; for details, see:
    http://sourceforge.net/apps/trac/fluidsynth/wiki/ChangeLog1_1_4
- Use cmake for build
- Re-add a symbol dropped from 1.1.3
- Clean up spec file

OBS-URL: https://build.opensuse.org/request/show/78359
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=18
2011-08-09 10:38:30 +00:00

15 lines
263 B
Diff

---
src/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -296,6 +296,7 @@
${WINDOWS_LIBS}
${MidiShare_LIBS}
${LIBFLUID_LIBS}
+ -lpthread
)
# ************ CLI program ************