Scaffolding compiles in *nix platforms. Next up: Windows

This commit is contained in:
casey langen 2020-06-14 11:55:47 -07:00
parent e3da6e457a
commit d5915cc50a

View File

@ -32,7 +32,6 @@
//
//////////////////////////////////////////////////////////////////////////////
#include "Constants.h"
#include "OpenMptDecoder.h"
#include <core/sdk/IDebug.h>
#include <cassert>
@ -46,6 +45,7 @@ OpenMptDecoder::~OpenMptDecoder() {
}
bool OpenMptDecoder::Open(musik::core::sdk::IDataStream *stream) {
return false;
}
void OpenMptDecoder::Release() {