mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-14 20:41:20 +02:00
21 lines
619 B
Makefile
21 lines
619 B
Makefile
--- build.mak.in.orig 2016-08-25 01:36:33 UTC
|
|
+++ build.mak.in
|
|
@@ -106,7 +106,7 @@ APP_THIRD_PARTY_LIB_FILES += $(PJ_DIR)/third_party/lib
|
|
endif
|
|
endif
|
|
|
|
-ifneq ($(findstring pa,@ac_pjmedia_snd@),)
|
|
+#ifneq ($(findstring pa,@ac_pjmedia_snd@),)
|
|
ifeq (@ac_external_pa@,1)
|
|
# External PA
|
|
APP_THIRD_PARTY_EXT += -lportaudio
|
|
@@ -119,7 +119,7 @@ APP_THIRD_PARTY_LIBS += -lportaudio
|
|
APP_THIRD_PARTY_LIB_FILES += $(PJ_DIR)/third_party/lib/libportaudio.$(SHLIB_SUFFIX).$(PJ_VERSION_MAJOR) $(PJ_DIR)/third_party/lib/libportaudio.$(SHLIB_SUFFIX)
|
|
endif
|
|
endif
|
|
-endif
|
|
+#endif
|
|
|
|
ifneq (@ac_no_yuv@,1)
|
|
ifeq (@ac_external_yuv@,1)
|