Browse Source

Mathieu Doidy:


			
			
				rocklinux
			
			
		
Mathieu 21 years ago
parent
commit
14af2c1bed
2 changed files with 2 additions and 29 deletions
  1. +0
    -27
      package/avm/rtsp/gcc33-fix.patch
  2. +2
    -2
      package/avm/rtsp/rtsp.desc

+ 0
- 27
package/avm/rtsp/gcc33-fix.patch

@ -1,27 +0,0 @@
diff -urN live/groupsock/Groupsock.cpp live-jsaw/groupsock/Groupsock.cpp
--- live/groupsock/Groupsock.cpp 2003-11-25 10:04:41.000000000 +0100
+++ live-jsaw/groupsock/Groupsock.cpp 2004-03-29 01:37:48.000000000 +0200
@@ -26,9 +26,9 @@
#if defined(__WIN32__) || defined(_WIN32)
#include <strstrea.h>
#else
-#include <strstream.h>
+#include <strstream>
#endif
-#include <stdio.h>
+#include <cstdio>
///////// OutputSocket //////////
diff -urN live/groupsock/NetInterface.cpp live-jsaw/groupsock/NetInterface.cpp
--- live/groupsock/NetInterface.cpp 2003-11-25 10:04:41.000000000 +0100
+++ live-jsaw/groupsock/NetInterface.cpp 2004-03-29 01:37:34.000000000 +0200
@@ -24,7 +24,7 @@
#if defined(__WIN32__) || defined(_WIN32)
#include <strstrea.h>
#else
-#include <strstream.h>
+#include <strstream>
#endif
////////// NetInterface //////////

+ 2
- 2
package/avm/rtsp/rtsp.desc

@ -38,8 +38,8 @@
[L] LGPL
[S] Stable
[V] 2003.11.25
[V] 2004.04.27
[P] X -----5---9 678.000
[D] 2076215232 live.2003.11.25.tar.gz http://www.live.com/liveMedia/public/
[D] 2015993840 live.2004.04.27.tar.gz http://www.live.com/liveMedia/public/

Loading…
Cancel
Save