initial commit for NVR plugin
This commit is contained in:
parent
65581f13d5
commit
da3ba116da
18 changed files with 964 additions and 0 deletions
12
plugins/hal-nvr/build.gradle
Normal file
12
plugins/hal-nvr/build.gradle
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
repositories {
|
||||
maven {
|
||||
url 'https://jitpack.io' // Needed for ffmpeg4j project
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation project(':hal-core')
|
||||
|
||||
implementation 'com.github.Manevolent:ffmpeg4j:4.1-1.4.4-2' // https://github.com/Manevolent/ffmpeg4j
|
||||
//implementation 'net.bramp.ffmpeg:ffmpeg:0.6.2' // https://github.com/bramp/ffmpeg-cli-wrapper
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue