mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 23:00:30 -04:00
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>
9 lines
234 B
C
9 lines
234 B
C
--- src/compat_round.h.orig Fri Jun 25 22:50:14 2004
|
|
+++ src/compat_round.h Fri Jun 25 22:50:24 2004
|
|
@@ -0,0 +1,6 @@
|
|
+#ifndef _COMPAT_ROUND_H
|
|
+#define _COMPAT_ROUND_H
|
|
+
|
|
+double compat_round (double x);
|
|
+
|
|
+#endif /* _COMPAT_ROUND_H */
|