diff options
Diffstat (limited to 'libre/mplayer-vaapi-libre/live-media.patch')
-rw-r--r-- | libre/mplayer-vaapi-libre/live-media.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libre/mplayer-vaapi-libre/live-media.patch b/libre/mplayer-vaapi-libre/live-media.patch new file mode 100644 index 000000000..73a6451f5 --- /dev/null +++ b/libre/mplayer-vaapi-libre/live-media.patch @@ -0,0 +1,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 |