build: reorg jni files

This commit is contained in:
2026-03-07 23:02:15 +01:00
parent 995c537fd4
commit 5045d6615e
4 changed files with 3 additions and 21 deletions

View File

@@ -0,0 +1,19 @@
//
// Created by david on 02.03.2026.
//
#include <jni.h>
#include "mpg123.h"
#include <oboe/Oboe.h>
extern "C" {
// nice-to: merge with lockstep.cpp
JNIEXPORT jint JNICALL
Java_at_lockstep_pb_PlaybackEngine_native_1mpg123_1init
(JNIEnv *env, jclass) {
return mpg123_init();
}
}