mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
13 lines
471 B
Diff
13 lines
471 B
Diff
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
|