aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2006-08-30 21:51:31 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2006-08-30 21:51:31 +0000
commitdb6d65aaa8bc9c1b652e50d14574a628eb0f50ec (patch)
treec77a14f5d9fd078b6c27806c9c116ed51eb257d7 /tools
parent3ed0abd08ac5c1480de028fc6c6974d386605909 (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" git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19094 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'tools')
-rwxr-xr-xtools/win32-setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/win32-setup.sh b/tools/win32-setup.sh
index 9e737dff74..66d1302579 100755
--- a/tools/win32-setup.sh
+++ b/tools/win32-setup.sh
@@ -44,7 +44,7 @@ case "$1" in
if [ -z "$2" -o -z "$3" -o -z "$4" ] ; then
usage
fi
- DEST_PATH=`cygpath --unix "$2"`
+ DEST_PATH=`cygpath --dos "$2"`
DEST_SUBDIR=$3
PACKAGE_PATH=$4
PACKAGE=`basename "$PACKAGE_PATH"`