git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
8222c13
)
v4l2rtspserver: patch live555 fix crash formating time_t as a long
author
Michel Promonet
<redacted>
Sun, 31 Oct 2021 11:17:09 +0000
(12:17 +0100)
committer
Rosen Penev
<redacted>
Thu, 11 Nov 2021 11:46:02 +0000
(
03:46
-0800)
Signed-off-by: Michel Promonet <redacted>
multimedia/v4l2rtspserver/patches/001_live555_sprintf_format
patch
|
blob
|
history
diff --git
a/multimedia/v4l2rtspserver/patches/001_live555_sprintf_format
b/multimedia/v4l2rtspserver/patches/001_live555_sprintf_format
index a272a2c8a0bd477e5174e0d0bba087bab49b02be..a76a5d358189be7c4ada5971f20d7eb7bb32b24d 100644
(file)
--- a/
multimedia/v4l2rtspserver/patches/001_live555_sprintf_format
+++ b/
multimedia/v4l2rtspserver/patches/001_live555_sprintf_format
@@
-1,3
+1,8
@@
+From: Michel Promonet <michel.promonet@free.fr>
+Subject: [PATCH] Fix crash formating time_t as long (it is a long long)
+Signed-off-by: Michel Promonet <michel.promonet@free.fr>
+
+---
--- a/live/liveMedia/ServerMediaSession.cpp
+++ b/live/liveMedia/ServerMediaSession.cpp
@@ -271,7 +271,7 @@ char* ServerMediaSession::generateSDPDes
git clone https://git.99rst.org/PROJECT