summaryrefslogtreecommitdiff
path: root/pjmedia/build/os-win32.mak
diff options
context:
space:
mode:
Diffstat (limited to 'pjmedia/build/os-win32.mak')
-rw-r--r--pjmedia/build/os-win32.mak3
1 files changed, 2 insertions, 1 deletions
diff --git a/pjmedia/build/os-win32.mak b/pjmedia/build/os-win32.mak
index ffd043b0..9a7c836b 100644
--- a/pjmedia/build/os-win32.mak
+++ b/pjmedia/build/os-win32.mak
@@ -13,8 +13,9 @@ export PJMEDIA_OBJS += $(PA_DIR)/pa_win_hostapis.o $(PA_DIR)/pa_win_util.o \
export OS_CFLAGS += -DPA_NO_ASIO -DPA_NO_DS
# Example:
-# to activate Null sound, uncomment this line below.
+# to activate Null sound, uncomment these two lines below.
#export SOUND_OBJS = $(NULLSOUND_OBJS)
+#export OS_CFLAGS += $(CC_DEF)PJMEDIA_HAS_NULL_SOUND
# Example:
# to include only GSM and exclude Speex codec, uncomment the "export" line below.