mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 10:50:39 +08:00
v4l2rtspserver: patch live555 fix crash formating time_t as a long
Signed-off-by: Michel Promonet <michel.promonet@free.fr>
This commit is contained in:
parent
a1d66244b2
commit
139a1f19c4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user