aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-08-30 21:51:31 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-08-30 21:51:31 +0000
commit7eac3c28796d480b79da5b59dc59115d717a61ef (patch)
treec77a14f5d9fd078b6c27806c9c116ed51eb257d7 /config.h.win32
parent55ddc3dd59102d8ebc30acb9af7bc5c395bcdc1b (diff)
From Alejandro Vaquero:
- Change the "listen_rtp" to "rtp_player" - Change from a plugin to be part of the core - By default it will not compile with the rtp_player. In order to compile it is necessary to: + For windows: uncomment the line "PORTAUDIO_DIR=$(WIRESHARK_LIBS)\portaudio_v18_1" in config.nmake + For linux: using the "--with-portaudio=yes" svn path=/trunk/; revision=19094
Diffstat (limited to 'config.h.win32')
-rw-r--r--config.h.win323
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.win32 b/config.h.win32
index 89af736e0e..9871ee6e0a 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -220,6 +220,9 @@
@HAVE_LUA@
@HAVE_LUA_5_1@
+/* Define to use Portaudio library */
+@HAVE_PORTAUDIO@
+
#ifndef WIN32
#define WIN32 1
#endif