Possibly fix travis

This commit is contained in:
Sergeanur 2020-05-22 21:26:31 +03:00
parent efe52dbbbc
commit a9f332f2d9
1 changed files with 3 additions and 2 deletions

View File

@ -8,11 +8,12 @@
typedef long ssize_t;
#pragma comment( lib, "libsndfile-1.lib" )
#pragma comment( lib, "libmpg123.lib" )
#else
#include "crossplatform.h"
#endif
#include <sndfile.h>
#include <mpg123.h>
#ifndef _WIN32
#include "crossplatform.h"
#endif
class CSndFile : public IDecoder
{