Skip to content

Commit 751c81e

Browse files
committed
update dav1d v0.7.1 for only arm
1 parent baad12e commit 751c81e

13 files changed

Lines changed: 64 additions & 5 deletions

File tree

glideavif/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ uploadArchives {
6666
repositories {
6767
mavenDeployer {
6868
repository url: "file://${deployTo}"
69-
pom.version = '0.6.1'
69+
pom.version = '0.6.2'
7070
pom.groupId = 'jp.co.link_u.library.glideavif'
7171
pom.artifactId = 'glideavif'
7272
}

glideavif/libdav1d_builder/docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ services:
3636
context: docker
3737
args:
3838
<<: *args
39+
DAV1D_VERSION: 0.7.0
3940
CPU_FAMILY: x86_64
4041
CPU: i686
4142
ARCH: x86_64
@@ -47,6 +48,7 @@ services:
4748
context: docker
4849
args:
4950
<<: *args
51+
DAV1D_VERSION: 0.7.0
5052
CLANG: "%CPU-linux-android%API_LEVEL-clang"
5153
UTIL: "%CPU-linux-android"
5254
CPU_FAMILY: x86
-19.5 KB
Binary file not shown.
-62.8 KB
Binary file not shown.
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3bf36ba186e360e8617c8db4886960f9
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
53c15f942ef7bea7d128cb39ae4933bd1ccf3a22
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4+
<modelVersion>4.0.0</modelVersion>
5+
<groupId>jp.co.link_u.library.glideavif</groupId>
6+
<artifactId>glideavif</artifactId>
7+
<version>0.6.2</version>
8+
<packaging>aar</packaging>
9+
<dependencies>
10+
<dependency>
11+
<groupId>org.jetbrains.kotlin</groupId>
12+
<artifactId>kotlin-android-extensions-runtime</artifactId>
13+
<version>1.3.72</version>
14+
<scope>compile</scope>
15+
</dependency>
16+
<dependency>
17+
<groupId>org.jetbrains.kotlin</groupId>
18+
<artifactId>kotlin-stdlib-jdk7</artifactId>
19+
<version>1.3.72</version>
20+
<scope>compile</scope>
21+
</dependency>
22+
<dependency>
23+
<groupId>androidx.appcompat</groupId>
24+
<artifactId>appcompat</artifactId>
25+
<version>1.1.0</version>
26+
<scope>compile</scope>
27+
</dependency>
28+
<dependency>
29+
<groupId>androidx.core</groupId>
30+
<artifactId>core-ktx</artifactId>
31+
<version>1.3.0</version>
32+
<scope>compile</scope>
33+
</dependency>
34+
<dependency>
35+
<groupId>com.github.bumptech.glide</groupId>
36+
<artifactId>glide</artifactId>
37+
<version>4.11.0</version>
38+
<scope>compile</scope>
39+
<exclusions>
40+
<exclusion>
41+
<artifactId>*</artifactId>
42+
<groupId>com.android.support</groupId>
43+
</exclusion>
44+
</exclusions>
45+
</dependency>
46+
<dependency>
47+
<groupId>com.android.support</groupId>
48+
<artifactId>support-fragment</artifactId>
49+
<scope>compile</scope>
50+
</dependency>
51+
</dependencies>
52+
</project>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
5247372fde7dcf474ff14a0bc89c0007
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
55b69f0153e7a8d89c4359ee41e91a29b484ccb1

0 commit comments

Comments
 (0)