bdf11b37cd
to do: the "Help -> About pd" and "Media -> Test Audio and MIDI" menu items do not work because the port installs files where they are not found by the program
15 lines
326 B
C
15 lines
326 B
C
$FreeBSD$
|
|
|
|
--- src/s_stuff.h.orig Thu Jul 31 18:26:16 2003
|
|
+++ src/s_stuff.h Tue Nov 11 21:50:10 2003
|
|
@@ -131,10 +131,8 @@
|
|
#define API_PORTAUDIO 4
|
|
#define API_JACK 5
|
|
|
|
-#ifdef __linux__
|
|
#define API_DEFAULT API_OSS
|
|
#define API_DEFSTRING "OSS"
|
|
-#endif
|
|
#ifdef MSW
|
|
#define API_DEFAULT API_MMIO
|
|
#define API_DEFSTRING "MMIO"
|