mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 10:40:05 +08:00
兼容 glibc < 2.18
* https://stackoverflow.com/a/8132440/5218590 * https://sourceware.org/bugzilla/show_bug.cgi?id=15366
This commit is contained in:
parent
caecfc3fda
commit
f5786fcba3
@ -10,7 +10,7 @@
|
||||
|
||||
#include "Sdp.h"
|
||||
#include "Rtsp/Rtsp.h"
|
||||
#include <inttypes.h>
|
||||
#include <cinttypes>
|
||||
using namespace mediakit;
|
||||
|
||||
using onCreateSdpItem = function<SdpItem::Ptr(const string &key, const string &value)>;
|
||||
|
Loading…
Reference in New Issue
Block a user