Fix GTK1 compilation.

svn path=/trunk/; revision=22479
This commit is contained in:
Jaap Keuter 2007-08-09 20:41:09 +00:00
parent f0b944adc9
commit 7e33de36d7
1 changed files with 2 additions and 3 deletions

View File

@ -56,6 +56,8 @@
#endif
#ifdef HAVE_LIBPORTAUDIO
/* TODO: The RTP Player it is only supported for GTK >=2 */
#if GTK_MAJOR_VERSION >= 2
#include <epan/stats_tree.h>
#include <epan/addr_resolv.h>
@ -161,9 +163,6 @@ PortAudioStream *pa_stream;
PaStream *pa_stream;
#endif /* PORTAUDIO_API_1 */
/* TODO: The RTP Player it is only supported for GTK >=2 */
#if GTK_MAJOR_VERSION >= 2
/* defines a RTP stream */
typedef struct _rtp_stream_info {
address src_addr;