KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
android-mupdf
★ 8
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
travis-cli
:
a cli tool for travis-cli
hamnet-cc1101
:
Software to use a CC1101 chip for IP traffic on the Beaglebone Black
nexentastor-docker-volume-plugin
:
Docker Volume Plugin for NexentaStor
webpack-demo
:
webpack简单demo演示,主要针对多页面应用,而非单页应用
Web_Scraping_SeekingAlpha
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
android-mupdf
?
Download (.md)
Android-MuPDF ============= MuPDF usage for magazine reading. MuPDF developer team: http://mupdf.com/ Original source repository: https://github.com/muennich/mupdf.git Native libs compiled from original source commit: https://github.com/muennich/mupdf/commit/6bff94b4aa739eabede431320329ff5167e4884e With small change: ``` diff --git a/platform/android/viewer/jni/mupdf.c b/platform/android/viewer/jni/mupdf.c index 5e04ff8..71b00ea 100644 --- a/platform/android/viewer/jni/mupdf.c +++ b/platform/android/viewer/jni/mupdf.c @@ -15,8 +15,8 @@ #include "mupdf/fitz.h" #include "mupdf/pdf.h" -#define JNI_FN(A) Java_com_artifex_mupdfdemo_ ## A -#define PACKAGENAME "com/artifex/mupdfdemo" +#define JNI_FN(A) Java_tech_qiji_android_mupdf_ ## A +#define PACKAGENAME "tech/qiji/android/mupdf" #define LOG_TAG "libmupdf" #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__) ```