From 08a71392be78ccd4b3e519c365a6833bb13530fd Mon Sep 17 00:00:00 2001 From: mplayer-svn Date: Mon, 5 Mar 2012 18:14:38 +0000 Subject: [PATCH] demux_rtp: fix compilation with new LIVE555 libraries Patch by Marty Jack, martyj19 comcast net git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@34800 b3059339-0415-0410-9bf9-f77b7e298cf2 Author: cehoyos --- libmpdemux/demux_rtp.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libmpdemux/demux_rtp.cpp b/libmpdemux/demux_rtp.cpp index 7b9ebbe256..df81d6d89c 100644 --- a/libmpdemux/demux_rtp.cpp +++ b/libmpdemux/demux_rtp.cpp @@ -19,6 +19,8 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#define RTSPCLIENT_SYNCHRONOUS_INTERFACE 1 + extern "C" { // on MinGW, we must include windows.h before the things it conflicts #ifdef __MINGW32__ // with. they are each protected from