mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-14 04:12:25 +01:00
14 lines
587 B
Diff
14 lines
587 B
Diff
diff -Naur mplayer-export-2012-03-02.orig/libmpdemux/demux_rtp.cpp mplayer-export-2012-03-02/libmpdemux/demux_rtp.cpp
|
|
--- mplayer-export-2012-03-02.orig/libmpdemux/demux_rtp.cpp 2011-10-26 11:12:25.000000000 -0400
|
|
+++ mplayer-export-2012-03-02/libmpdemux/demux_rtp.cpp 2012-03-04 11:53:30.000000000 -0500
|
|
@@ -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
|
|
|