18dd10fbb7
Mixxx is software for DJ'ing. You can use wave based audio files, Ogg Vorbis and MP3 files as audio input. Mixxx can be controlled through the GUI and with external controllers including MIDI devices, joysticks and more. PR: ports/68345 Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
11 lines
271 B
C++
11 lines
271 B
C++
--- src/wvisualwaveform.cpp.orig Fri Jun 25 20:55:03 2004
|
|
+++ src/wvisualwaveform.cpp Fri Jun 25 20:55:19 2004
|
|
@@ -36,7 +36,7 @@
|
|
#ifdef __WIN__
|
|
startTimer(15);
|
|
#endif
|
|
-#ifdef __LINUX__
|
|
+#if defined(__LINUX__) || defined(__FreeBSD__)
|
|
startTimer(15);
|
|
#endif
|
|
|