commit 4a974c5619ce4a2ef136f296c7cf3e9e2e9a4c96
Author: Jakub Bogusz <[email protected]>
Date:   Thu Sep 18 15:36:47 2014 +0200

    - adjusted live555-async patch to adjust also configure check (fixes 
live555 detection)

 mplayer-live555-async.patch | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
---
diff --git a/mplayer-live555-async.patch b/mplayer-live555-async.patch
index b847d78..21c7d6d 100644
--- a/mplayer-live555-async.patch
+++ b/mplayer-live555-async.patch
@@ -1,4 +1,5 @@
 origin: https://patches.libav.org/patch/39102/raw/
+with configure check update added
 diff --git a/libmpdemux/demux_rtp.cpp b/libmpdemux/demux_rtp.cpp
 index 018327c..4fa7efe 100644
 --- a/libmpdemux/demux_rtp.cpp
@@ -108,3 +109,20 @@ index 018327c..4fa7efe 100644
    } else if (rtpState->sipClient != NULL) {
      rtpState->sipClient->sendBYE();
    }
+--- mplayer-export-2014-09-12/configure.orig   2014-09-16 18:01:19.226447596 
+0200
++++ mplayer-export-2014-09-12/configure        2014-09-17 20:53:29.359054882 
+0200
+@@ -7049,13 +7049,12 @@
+ echocheck "LIVE555 Streaming Media libraries"
+ if test "$_live" = auto  && test "$networking" = yes ; then
+   cat > $TMPCPP << EOF
+-#define RTSPCLIENT_SYNCHRONOUS_INTERFACE 1
+ #include <liveMedia.hh>
+ #if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600)
+ #error Please upgrade to version 2006.03.03 or later of the "LIVE555 
Streaming Media" libraries - available from <www.live555.com/liveMedia/>
+ #endif
+ #include "BasicUsageEnvironment.hh"
+-int main(void) { 
RTSPClient::createNew(*BasicUsageEnvironment::createNew(*BasicTaskScheduler::createNew()),
 0, "", 0); return 0; }
++int main(void) { 
RTSPClient::createNew(*BasicUsageEnvironment::createNew(*BasicTaskScheduler::createNew()),
 "", 0, "", 0); return 0; }
+ EOF
+ 
+   _live=no
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mplayer.git/commitdiff/4a974c5619ce4a2ef136f296c7cf3e9e2e9a4c96

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to