aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/rtp_player.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove GTK1 code.Stephen Fisher2008-04-071-2/+0
| | | | svn path=/trunk/; revision=24827
* Include "rtp_player.h" in "voip_calls.c" if we're supporting the RTPGuy Harris2006-09-211-1/+1
| | | | | | | | | | player, so that we get declartions of rtp_player_init() and add_rtp_packet(). Constify the first argument to add_rtp_packet(), as it's passed a pointer to a const value. svn path=/trunk/; revision=19272
* Correct some typos and add some comments.Anders Broman2006-09-041-1/+1
| | | | svn path=/trunk/; revision=19135
* The previous way of (not) including portaudio support didn'tJörg Mayer2006-09-041-0/+4
| | | | | | | | | work reliably (at least it didn't work on my system). Change it to just wrap the rtp_player.[hc] files into a #if defined(...) #endif. svn path=/trunk/; revision=19134
* Squelch compiler warnings, and get rid of unused variables andGuy Harris2006-09-021-3/+2
| | | | | | | | | | | | declarations. Define functions with no arguments as such. Clean up white space. Declare tables in the codec .h files. svn path=/trunk/; revision=19118
* From Alejandro Vaquero:Anders Broman2006-08-301-0/+41
- 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=19093