[MPlayer-cvslog] r34800 - trunk/libmpdemux/demux_rtp.cpp

cehoyos subversion at mplayerhq.hu
Mon Mar 5 19:14:38 CET 2012


Author: cehoyos
Date: Mon Mar  5 19:14:38 2012
New Revision: 34800

Log:
Fix compilation with new LIVE555 libraries.

Patch by Marty Jack, martyj19 comcast net

Modified:
   trunk/libmpdemux/demux_rtp.cpp

Modified: trunk/libmpdemux/demux_rtp.cpp
==============================================================================
--- trunk/libmpdemux/demux_rtp.cpp	Sun Mar  4 19:42:45 2012	(r34799)
+++ trunk/libmpdemux/demux_rtp.cpp	Mon Mar  5 19:14:38 2012	(r34800)
@@ -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


More information about the MPlayer-cvslog mailing list