GstEngine: Use _stricmp with MSVC
This commit is contained in:
parent
3154e59b36
commit
9612304023
|
@ -57,6 +57,10 @@
|
|||
#include "gstbufferconsumer.h"
|
||||
#include "enginemetadata.h"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define strcasecmp _stricmp
|
||||
#endif
|
||||
|
||||
const char *GstEngine::kAutoSink = "autoaudiosink";
|
||||
const char *GstEngine::kALSASink = "alsasink";
|
||||
const char *GstEngine::kOpenALSASink = "openalsink";
|
||||
|
|
Loading…
Reference in New Issue