Mercurial > hg > svcore
diff data/fileio/MP3FileReader.cpp @ 1349:330bcc92507d 3.0-integration
Take a different approach to using libsndfile -- the _fd function doesn't work for me in this build, so use the wchar api
author | Chris Cannam |
---|---|
date | Fri, 06 Jan 2017 20:51:47 +0000 |
parents | b3cb0edc25cd |
children | 97deefd38060 |
line wrap: on
line diff
--- a/data/fileio/MP3FileReader.cpp Fri Jan 06 16:40:11 2017 +0000 +++ b/data/fileio/MP3FileReader.cpp Fri Jan 06 20:51:47 2017 +0000 @@ -36,11 +36,6 @@ #include <QTextCodec> -#ifdef _MSC_VER -#include <io.h> -#define open _open -#endif - using std::string; static sv_frame_t DEFAULT_DECODER_DELAY = 529;