mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-13 03:31:45 +08:00
fix gcc for linux compile error
This commit is contained in:
@@ -125,7 +125,7 @@ static bool isOneByteExt(){
|
||||
}
|
||||
|
||||
template<>
|
||||
static bool isOneByteExt<RtpExtOneByte>(){
|
||||
bool isOneByteExt<RtpExtOneByte>(){
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user