[vlc-commits] commit: Contribs: update the live555 patch (Jean-Baptiste Kempf )
git at videolan.org
git at videolan.org
Sun Jan 9 16:36:01 CET 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Jan 9 16:35:29 2011 +0100| [fb67b049a2d2ee7a95e158a3dfd11031082d9b52] | committer: Jean-Baptiste Kempf
Contribs: update the live555 patch
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fb67b049a2d2ee7a95e158a3dfd11031082d9b52
---
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 e9acb0e..0b56063 100644
--- a/extras/contrib/src/Patches/live-uselocale.patch
+++ b/extras/contrib/src/Patches/live-uselocale.patch
@@ -102,12 +102,12 @@ diff -urN live.orig/liveMedia/Locale.cpp live/liveMedia/Locale.cpp
return sscanf(paramStr, "%f", &scale) == 1;
}
---- live/liveMedia/RTSPCommon.cpp.orig 2010-08-22 03:25:03.000000000 +0200
-+++ live/liveMedia/RTSPCommon.cpp 2010-08-24 17:06:36.000000000 +0200
-@@ -136,7 +136,7 @@
-
+--- live/liveMedia/RTSPCommon.cpp.orig 2011-01-06 01:26:50.000000000 +0100
++++ live/liveMedia/RTSPCommon.cpp 2011-01-09 16:32:24.142645155 +0100
+@@ -137,7 +137,7 @@
Boolean parseRangeParam(char const* paramStr, double& rangeStart, double& rangeEnd) {
double start, end;
+ int numCharsMatched = 0;
- Locale l("C", LC_NUMERIC);
+ Locale l("C", LC_NUMERIC_MASK);
if (sscanf(paramStr, "npt = %lf - %lf", &start, &end) == 2) {
More information about the vlc-commits
mailing list