Skip to content

Commit 8c1b86a

Browse files
committed
Updated per new implementation.
Fixed requirements.
1 parent f54b183 commit 8c1b86a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pythonforandroid/bootstraps/sdl2/build/jni/src/start.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,11 +298,11 @@ int main(int argc, char *argv[]) {
298298
return ret;
299299
}
300300

301-
JNIEXPORT void JNICALL Java_org_redwid_android_youtube_dl_YoutubeDlService_nativeStart(
301+
JNIEXPORT void JNICALL Java_org_redwid_android_youtube_dl_YoutubeDlWorker_nativeStart(
302302
JNIEnv *env, jobject thiz, jstring j_android_private,
303303
jstring j_android_argument, jstring j_application_entrypoint,
304304
jstring j_python_name, jstring j_python_home, jstring j_python_path, jobjectArray j_application_args) {
305-
LOGP("Java_org_redwid_youtube_dl_android_YoutubeDlService_nativeStart begin.");
305+
LOGP("Python Java_org_redwid_android_youtube_dl_YoutubeDlWorker_nativeStart() begin");
306306
jboolean iscopy;
307307
const char *android_private =
308308
(*env)->GetStringUTFChars(env, j_android_private, &iscopy);

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ colorama==0.3.3
22
appdirs==1.4.3
33
sh==1.10
44
jinja2==2.10
5-
cython=0.28.5
5+
pip==0.28.5

0 commit comments

Comments
 (0)