Skip to content
Merged

fix #11

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/scripts/build-av1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ git clone --depth=1 https://chromium.googlesource.com/codecs/libgav1

#Fetch Abseil:
cd "${AV1_MODULE_PATH}/jni/libgav1" && \
git clone https://github.com/abseil/abseil-cpp.git third_party/abseil-cpp
git clone https://github.com/abseil/abseil-cpp.git third_party/abseil-cpp -b 20250512.0


## Enable publishing
Expand Down
4 changes: 2 additions & 2 deletions .github/scripts/build-ffmpeg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ext {
echo "Build FFmpeg"
echo $ANDROID_NDK_HOME
echo $NDK_PATH
ANDROID_ABI=19
ANDROID_ABI=21
HOST_PLATFORM="linux-x86_64"
ENABLED_DECODERS=(vorbis opus flac alac pcm_mulaw pcm_alaw mp3 aac ac3 eac3 dca mlp truehd)

Expand Down Expand Up @@ -145,4 +145,4 @@ make clean
${COMMON_OPTIONS}
make -j$JOBS
make install-libs
make clean
make clean
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: androidx/media
ref: release
ref: release-1.8.0-rc01
path: media

- uses: actions/setup-java@v4
Expand All @@ -47,7 +47,7 @@ jobs:
- uses: nttld/setup-ndk@v1
id: setup-ndk
with:
ndk-version: r23c
ndk-version: r28c
local-cache: false
add-to-path: true
# Build
Expand Down