mirror of
https://github.com/openwrt/packages.git
synced 2026-06-17 17:00:28 +04: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:
committed by
Rosen Penev
parent
8222c130fb
commit
be6624821a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user