[vlc-devel] commit: Update live555 contrib patch (Jean-Baptiste Kempf )
git version control
git at videolan.org
Fri Nov 7 01:33:37 CET 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Nov 6 20:12:47 2008 +0100| [e3fe478bbe1a8566d37d549f997efa7a973f39ba] | committer: Jean-Baptiste Kempf
Update live555 contrib patch
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e3fe478bbe1a8566d37d549f997efa7a973f39ba
---
extras/contrib/src/Patches/live-uselocale.patch | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/extras/contrib/src/Patches/live-uselocale.patch b/extras/contrib/src/Patches/live-uselocale.patch
index 842c09f..07f391e 100644
--- a/extras/contrib/src/Patches/live-uselocale.patch
+++ b/extras/contrib/src/Patches/live-uselocale.patch
@@ -102,15 +102,15 @@ diff -ru live.old/liveMedia/RTSPClient.cpp live/liveMedia/RTSPClient.cpp
}
diff -ru live.old/liveMedia/RTSPCommon.cpp live/liveMedia/RTSPCommon.cpp
---- live.old/liveMedia/RTSPCommon.cpp 2008-07-06 04:10:57.000000000 +0300
-+++ live/liveMedia/RTSPCommon.cpp 2008-07-13 12:53:20.000000000 +0300
+--- live.old/liveMedia/RTSPCommon.cpp 2008-11-03 23:28:14.000000000 -1000
++++ live/liveMedia/RTSPCommon.cpp 2008-11-06 09:05:19.000000000 -1000
@@ -146,7 +146,7 @@
char const* fields = buf + 7;
while (*fields == ' ') ++fields;
- float start, end;
+ double start, end;
- Locale("C", LC_NUMERIC);
+ Locale("C", LC_NUMERIC_MASK);
- if (sscanf(fields, "npt = %f - %f", &start, &end) == 2) {
+ if (sscanf(fields, "npt = %lf - %lf", &start, &end) == 2) {
rangeStart = start;
rangeEnd = end;
--- live/config.mingw.old 2008-07-27 17:13:52.000000000 +0100
More information about the vlc-devel
mailing list