Browse Source

fix rtmidi includes

polyline2d
parent
commit
333daddfe0
Signed by: alex
GPG Key ID: 022EAE42313D70F3
  1. 2
      inc/audio/ext_port.h
  2. 2
      inc/audio/rtmidi_device.h
  3. 2
      src/audio/engine_rtmidi.c

2
inc/audio/ext_port.h

@ -41,7 +41,7 @@ @@ -41,7 +41,7 @@
#endif
#ifdef HAVE_RTMIDI
#include <rtmidi/rtmidi_c.h>
#include <rtmidi_c.h>
#endif
typedef struct WindowsMmeDevice WindowsMmeDevice;

2
inc/audio/rtmidi_device.h

@ -28,7 +28,7 @@ @@ -28,7 +28,7 @@
#include "zix/ring.h"
#include <rtmidi/rtmidi_c.h>
#include <rtmidi_c.h>
typedef struct Port Port;

2
src/audio/engine_rtmidi.c

@ -41,7 +41,7 @@ @@ -41,7 +41,7 @@
#include <gtk/gtk.h>
#include <glib/gi18n.h>
#include <rtmidi/rtmidi_c.h>
#include <rtmidi_c.h>
/**
* Sets up the MIDI engine to use Rtmidi.

Loading…
Cancel
Save