mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 14:02:57 +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:
@@ -791,6 +791,11 @@ audacity_SOURCES += \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
if USE_PORTMIDI
|
||||
audacity_CPPFLAGS += $(PORTMIDI_CFLAGS)
|
||||
audacity_LDADD += $(PORTMIDI_LIBS)
|
||||
endif
|
||||
|
||||
if USE_QUICKTIME
|
||||
audacity_CPPFLAGS += $(QUICKTIME_CFLAGS)
|
||||
audacity_LDADD += $(QUICKTIME_LIBS)
|
||||
|
Reference in New Issue
Block a user