summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormplayer-svn <svn@mplayerhq.hu>2012-03-05 18:14:38 +0000
committerwm4 <wm4@nowhere>2012-08-03 01:53:45 +0200
commit08a71392be78ccd4b3e519c365a6833bb13530fd (patch)
treeb0d7c686be7a96b2f6f8f5611b86f29e44d64e43
parentbbc9fccd46de31bacdf132762a7c0d1f8a4caf53 (diff)
downloadmpv-08a71392be78ccd4b3e519c365a6833bb13530fd.tar.bz2
mpv-08a71392be78ccd4b3e519c365a6833bb13530fd.tar.xz
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
-rw-r--r--libmpdemux/demux_rtp.cpp2
1 files changed, 2 insertions, 0 deletions
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