mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-21 18:25:41 +03:00
http://portmedia.sourceforge.net/ PortMidi is a platform independent library for MIDI input/output.
17 lines
614 B
Diff
17 lines
614 B
Diff
Index: portmidi-200/pm_linux/pmlinux.c
|
|
===================================================================
|
|
--- portmidi-200.orig/pm_linux/pmlinux.c 2010-02-14 17:35:40.000000000 -0500
|
|
+++ portmidi-200/pm_linux/pmlinux.c 2010-02-14 17:36:17.000000000 -0500
|
|
@@ -34,10 +34,10 @@
|
|
* devices.
|
|
*/
|
|
#ifdef PMALSA
|
|
- pm_linuxalsa_init();
|
|
+ return pm_linuxalsa_init();
|
|
#endif
|
|
#ifdef PMNULL
|
|
- pm_linuxnull_init();
|
|
+ return pm_linuxnull_init();
|
|
#endif
|
|
// this is set when we return to Pm_Initialize, but we need it
|
|
// now in order to (successfully) call Pm_CountDevices()
|