# HG changeset patch # User cehoyos # Date 1330971278 0 # Node ID 6e0aeeb6cdc48cb032548aa720e3968f6c18817d # Parent d5e1a1ad86b859d70e64aade229e7c20cebc00ff Fix compilation with new LIVE555 libraries. Patch by Marty Jack, martyj19 comcast net diff -r d5e1a1ad86b8 -r 6e0aeeb6cdc4 libmpdemux/demux_rtp.cpp --- a/libmpdemux/demux_rtp.cpp Sun Mar 04 18:42:45 2012 +0000 +++ b/libmpdemux/demux_rtp.cpp Mon Mar 05 18:14:38 2012 +0000 @@ -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