Skip to content

Commit

Permalink
update dav1d v0.7.1 for only arm
Browse files Browse the repository at this point in the history
  • Loading branch information
GC committed Oct 6, 2020
1 parent baad12e commit 751c81e
Show file tree
Hide file tree
Showing 13 changed files with 64 additions and 5 deletions.
2 changes: 1 addition & 1 deletion glideavif/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ uploadArchives {
repositories {
mavenDeployer {
repository url: "file://${deployTo}"
pom.version = '0.6.1'
pom.version = '0.6.2'
pom.groupId = 'jp.co.link_u.library.glideavif'
pom.artifactId = 'glideavif'
}
Expand Down
2 changes: 2 additions & 0 deletions glideavif/libdav1d_builder/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ services:
context: docker
args:
<<: *args
DAV1D_VERSION: 0.7.0
CPU_FAMILY: x86_64
CPU: i686
ARCH: x86_64
Expand All @@ -47,6 +48,7 @@ services:
context: docker
args:
<<: *args
DAV1D_VERSION: 0.7.0
CLANG: "%CPU-linux-android%API_LEVEL-clang"
UTIL: "%CPU-linux-android"
CPU_FAMILY: x86
Expand Down
Binary file modified glideavif/src/main/cpp/lib/x86/libdav1d.a
Binary file not shown.
Binary file modified glideavif/src/main/cpp/lib/x86_64/libdav1d.a
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3bf36ba186e360e8617c8db4886960f9
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
53c15f942ef7bea7d128cb39ae4933bd1ccf3a22
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?>
<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"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>jp.co.link_u.library.glideavif</groupId>
<artifactId>glideavif</artifactId>
<version>0.6.2</version>
<packaging>aar</packaging>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-android-extensions-runtime</artifactId>
<version>1.3.72</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk7</artifactId>
<version>1.3.72</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>androidx.appcompat</groupId>
<artifactId>appcompat</artifactId>
<version>1.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>androidx.core</groupId>
<artifactId>core-ktx</artifactId>
<version>1.3.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.bumptech.glide</groupId>
<artifactId>glide</artifactId>
<version>4.11.0</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
<groupId>com.android.support</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.android.support</groupId>
<artifactId>support-fragment</artifactId>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5247372fde7dcf474ff14a0bc89c0007
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
55b69f0153e7a8d89c4359ee41e91a29b484ccb1
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
<groupId>jp.co.link_u.library.glideavif</groupId>
<artifactId>glideavif</artifactId>
<versioning>
<release>0.6.1</release>
<release>0.6.2</release>
<versions>
<version>0.5.0</version>
<version>0.6.0</version>
<version>0.6.1</version>
<version>0.6.2</version>
</versions>
<lastUpdated>20200924112022</lastUpdated>
<lastUpdated>20201006050456</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fe0544c4c8a3bc9ec19546b4557a9cde
18309a679b81500503afc10cd188767c
Original file line number Diff line number Diff line change
@@ -1 +1 @@
da5a0af3a9e2d004377729aefe6322b4ff4c5a91
75b05296eb8f8d7e57be0f69c5fb13fee2528b3c

0 comments on commit 751c81e

Please sign in to comment.