musikr: fix broken jni build
This commit is contained in:
parent
9d22cc37b8
commit
9685f3cf51
1 changed files with 0 additions and 3 deletions
|
@ -30,9 +30,6 @@
|
||||||
#include "taglib/vorbisfile.h"
|
#include "taglib/vorbisfile.h"
|
||||||
#include "taglib/wavfile.h"
|
#include "taglib/wavfile.h"
|
||||||
|
|
||||||
std::unique_ptr<TagLib::FileRef> openFile(JNIEnv *env, jobject inputStream) {
|
|
||||||
}
|
|
||||||
|
|
||||||
bool parseMpeg(const char *name, TagLib::File *file,
|
bool parseMpeg(const char *name, TagLib::File *file,
|
||||||
JMetadataBuilder &jBuilder) {
|
JMetadataBuilder &jBuilder) {
|
||||||
auto *mpegFile = dynamic_cast<TagLib::MPEG::File*>(file);
|
auto *mpegFile = dynamic_cast<TagLib::MPEG::File*>(file);
|
||||||
|
|
Loading…
Reference in a new issue