Mercurial > mplayer.hg
changeset 34712:6e0aeeb6cdc4
Fix compilation with new LIVE555 libraries.
Patch by Marty Jack, martyj19 comcast net
author | cehoyos |
---|---|
date | Mon, 05 Mar 2012 18:14:38 +0000 |
parents | d5e1a1ad86b8 |
children | e5783b2a88f0 |
files | libmpdemux/demux_rtp.cpp |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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