mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-10 00:23:32 +02:00
Attempt to add the rest of the makefile for portmidi
Also, fix a broken(?) include in px_linux_alsa.c. I don't know if it was actually broken, but it seems like that was wrong.
This commit is contained in:
@@ -163,6 +163,10 @@ if USE_LOCAL_PORTSMF
|
||||
SUBDIRS += portsmf
|
||||
endif
|
||||
|
||||
if USE_LOCAL_PORTMIDI
|
||||
SUBDIRS += portmidi
|
||||
endif
|
||||
|
||||
if USE_LOCAL_SBSMS
|
||||
SUBDIRS += sbsms
|
||||
endif
|
||||
|
@@ -41,7 +41,7 @@
|
||||
#include <alsa/asoundlib.h>
|
||||
|
||||
#include "portaudio.h"
|
||||
#include "pa_unix_oss.h"
|
||||
#include "pa_linux_alsa.h"
|
||||
|
||||
#include "portmixer.h"
|
||||
#include "px_mixer.h"
|
||||
|
Reference in New Issue
Block a user