mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-17 08:40:27 +02:00
Correct building when portaudio-devel is not installed. This should fix:
http://bugzilla.audacityteam.org/show_bug.cgi?id=716
This commit is contained in:
parent
d68a198096
commit
57510415e6
@ -24,7 +24,7 @@ CXXFLAGS += -Wall -O9
|
|||||||
# Hopefully the rest is generic enough to satisfy most needs
|
# Hopefully the rest is generic enough to satisfy most needs
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
|
|
||||||
CXXFLAGS += -DAUDACITY_DLL_API= -I$(AUDACITY_DIR)/src
|
CXXFLAGS += -DAUDACITY_DLL_API= -I$(AUDACITY_DIR)/src -I$(AUDACITY_DIR)/lib-src/portaudio-v19/include
|
||||||
CXXFLAGS += ${shell echo @CPPFLAGS@ | ../../config.status --file=- }
|
CXXFLAGS += ${shell echo @CPPFLAGS@ | ../../config.status --file=- }
|
||||||
CXXFLAGS += ${shell echo @CXXFLAGS@ | ../../config.status --file=- | sed -e 's@$$(top_srcdir)@$(AUDACITY_DIR)@g' }
|
CXXFLAGS += ${shell echo @CXXFLAGS@ | ../../config.status --file=- | sed -e 's@$$(top_srcdir)@$(AUDACITY_DIR)@g' }
|
||||||
CXXFLAGS += ${shell echo @LIBNYQUIST_CFLAGS@ | ../../config.status --file=- | sed -e 's@$$(top_srcdir)@$(AUDACITY_DIR)@g' }
|
CXXFLAGS += ${shell echo @LIBNYQUIST_CFLAGS@ | ../../config.status --file=- | sed -e 's@$$(top_srcdir)@$(AUDACITY_DIR)@g' }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user