mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 22:30:38 -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>
11 lines
295 B
C++
11 lines
295 B
C++
--- src/playerportaudio.cpp.orig Fri Jun 25 20:53:49 2004
|
|
+++ src/playerportaudio.cpp Fri Jun 25 20:54:03 2004
|
|
@@ -381,7 +381,7 @@
|
|
|
|
QString PlayerPortAudio::getSoundApi()
|
|
{
|
|
-#ifdef __LINUX__
|
|
+#if defined(__LINUX__) || defined(__FreeBSD__)
|
|
return QString("OSS");
|
|
#endif
|
|
#ifdef __MACX__
|