From Alejandro Vaquero:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 30 Aug 2006 21:51:31 +0000 (21:51 +0000)
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 30 Aug 2006 21:51:31 +0000 (21:51 +0000)
commitdb6d65aaa8bc9c1b652e50d14574a628eb0f50ec
treec77a14f5d9fd078b6c27806c9c116ed51eb257d7
parent3ed0abd08ac5c1480de028fc6c6974d386605909
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
Makefile.am
Makefile.nmake
acinclude.m4
config.h.win32
config.nmake
configure.in
gtk/Makefile.am
gtk/Makefile.nmake
gtk/voip_calls.c
gtk/voip_calls_dlg.c
tools/win32-setup.sh