blob: 73a6451f50a7bc8166b749f9ac3b6d2887165d10 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Index: libmpdemux/demux_rtp.cpp
===================================================================
--- libmpdemux/demux_rtp.cpp (revision 34798)
+++ libmpdemux/demux_rtp.cpp (working copy)
@@ -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
|