-
Notifications
You must be signed in to change notification settings - Fork 149
Expand file tree
/
Copy pathnative-load.yml
More file actions
37 lines (37 loc) · 809 Bytes
/
Copy pathnative-load.yml
File metadata and controls
37 lines (37 loc) · 809 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
schemaVersion: 1
instrumentation:
packages:
- io.github.anilbeesetti.nextlib.
redirect:
owner: com/m3u/data/codec/CodecNativeLoader
method: loadLibrary
distribution:
repository: oxyroid/M3UAndroid
ref: master
snapshotDirectory: native-packs
runtimeVariant: release
producerProject: :app:smartphone
runtimeConfigProject: :data
pack:
id: nextlib-1.9.1-0.10.1
assetPrefix: m3u-codec
manifestPrefix: m3u-codec
artifacts:
- io.github.anilbeesetti:nextlib-media3ext:1.9.1-0.10.1
- io.github.anilbeesetti:nextlib-mediainfo:1.9.1-0.10.1
libraries:
- avutil
- swresample
- swscale
- avcodec
- avformat
- media3ext
- mediainfo
loadOrder:
- avutil
- swresample
- swscale
- avcodec
- avformat
- media3ext
- mediainfo