ports/audio/mixxx/files/patch-src::compat_round.h
Kirill Ponomarev 18dd10fbb7 Add mixxx 1.3.2,
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>
2004-06-26 06:07:01 +00:00

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 */