Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java Swig Bindings for libopenshot #966

Merged
merged 2 commits into from
Jun 8, 2024
Merged

Java Swig Bindings for libopenshot #966

merged 2 commits into from
Jun 8, 2024

Conversation

jonoomph
Copy link
Member

@jonoomph jonoomph commented Jun 8, 2024

Add support for Java bindings for libopenshot. This generates the *.class and *.java files, and a JNI library (libopenshot-java.so) to invoke the actual C++ openshot library, and a openshotJNI.jar which contains all of these files.

This is disabled by default. To enable it during compilation, use cmake -DENABLE_JAVA=1 ../

…rates the *.class and *.java files, and a JNI library (libopenshot-java.so) to invoke the actual C++ openshot library, and a openshotJNI.jar which contains all of these files.
@jonoomph
Copy link
Member Author

jonoomph commented Jun 8, 2024

Copy link

codecov bot commented Jun 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 54.25%. Comparing base (d73763f) to head (ed145d2).

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #966      +/-   ##
===========================================
- Coverage    54.26%   54.25%   -0.01%     
===========================================
  Files          182      182              
  Lines        16508    16506       -2     
===========================================
- Hits          8958     8956       -2     
  Misses        7550     7550              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jonoomph jonoomph merged commit 9424cc0 into develop Jun 8, 2024
13 checks passed
@jonoomph jonoomph deleted the java-bindings branch June 8, 2024 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant