summaryrefslogtreecommitdiff
path: root/pjmedia/build/os-win32.mak
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-03-23 18:04:15 +0000
committerBenny Prijono <bennylp@teluu.com>2006-03-23 18:04:15 +0000
commitadbbd72dbe1e91f17c9d6051271a5814108cbac5 (patch)
tree82ca73500c23f8e85d1f33f43330942e32b4d8a0 /pjmedia/build/os-win32.mak
parent14824da601ff1b606a4bb0d891adb98940f60fce (diff)
Fixed misc warnings/errors in Solaris build
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@355 74dad513-b988-da41-8d7b-12977e46ad98
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.