- minor fixes for Windows build integrated into HASQ
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
/* Copyright(C) 2007-2017 VoIPobjects (voipobjects.com)
|
||||
/* Copyright(C) 2007-2018 VoIPobjects (voipobjects.com)
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#define NOMINMAX
|
||||
|
||||
#include "../config.h"
|
||||
#include "MT_AudioCodec.h"
|
||||
#include "MT_CodecList.h"
|
||||
@@ -23,6 +25,7 @@
|
||||
#include <assert.h>
|
||||
#include <memory.h>
|
||||
#include <string.h>
|
||||
#include <algorithm>
|
||||
|
||||
#define LOG_SUBSYSTEM "Codec"
|
||||
|
||||
@@ -1430,4 +1433,4 @@ PCodec GsmHrCodec::GsmHrFactory::create()
|
||||
{
|
||||
return PCodec(new GsmHrCodec());
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user