[Lunar-commits] <moonbase-other> live555: enable RTSP synchronous interface for MPlayer

v4hn me at v4hn.de
Mon Oct 15 01:32:26 CEST 2012


commit 423cf67a7ad9a6151f644e44e0d751299ffbc07f
Author: v4hn <me at v4hn.de>
Date: Sun, 14 Oct 2012 16:32:26 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/423cf67a7ad9a6151f644e44e0d751299ffbc07f

live555: enable RTSP synchronous interface for MPlayer
---
  video/live555/BUILD   | +3/-0     
  video/live555/DETAILS | +1/-1     
  2 files changed, 4 insertions(+), 1 deletion(-)

--- a/video/live555/BUILD
+++ b/video/live555/BUILD
@@ -3,6 +3,9 @@
   # No need for the use of arch
   sedit 's;^C_FLAGS.*;& -fPIC $(CFLAGS);;s;\(^CPLUSPLUS_FLAGS.*$(COMPILE_OPTS)\).*;\1 -fPIC $(CXXFLAGS);' config.linux &&
 
+  # MPlayer 1.1 needs this interface
+  sedit "1 s/$/ -DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1/" config.linux &&
+
   # Create .so rather then static libraries
   sedit 's;\(^LIBRARY_LINK =\).*;\1 $(CXX) -o;;s;\(^LIBRARY_LINK_OPTS =\).*;\1 $(LINK_OPTS) -shared -Wl,-soname,$@;' config.linux &&
   sedit 's;\(^LIB_SUFFIX =\).*;\1 so;' config.linux &&
--- a/video/live555/DETAILS
+++ b/video/live555/DETAILS
@@ -7,7 +7,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/live
       SOURCE_VFY=sha1:429dca050b7ee631cc7ddced81207bbaba65a7cc
         WEB_SITE=http://www.live555.com/liveMedia/#config-unix
          ENTERED=20090311
-         UPDATED=20121013
+         UPDATED=20121015
            SHORT="libraries for multimedia streaming RTP/RTCP, RTSP, SIP"
 
 cat << EOF




More information about the Lunar-commits mailing list