Skip to content

Commit

Permalink
update manifest to get ffmpeg7
Browse files Browse the repository at this point in the history
  • Loading branch information
courville committed Aug 28, 2024
1 parent 7d4fabe commit e17415e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions v6_3.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
<project path="MediaLib" name="aos-MediaLib" revision="v6.3" />
<project path="FileCoreLibrary" name="aos-FileCoreLibrary" revision="v6.3" />

<project path="native/avos" name="aos-avos" revision="ffmpeg_n4_4" />
<project path="native/avos" name="aos-avos" revision="ffmpeg_n7_0" />
<project path="native/audiocompress" name="aos-audiocompress" />
<project path="native/ffmpeg-android-builder" name="aos-ffmpeg-android-builder" revision="v4_4" />
<project path="native/dav1d-android-builder" name="aos-dav1d-android-builder" />
<project path="native/opus-android-builder" name="opus-android-builder" revision="main" />
<project path="native/openssl-android-builder" name="openssl-android-builder" revision="main" />
<project path="native/ffmpeg-android-builder" name="aos-ffmpeg-android-builder" revision="v7_0" />
<project path="native/dav1d-android-builder" name="aos-dav1d-android-builder" revision="v1_4" />
<project path="native/opus-android-builder" name="opus-android-builder" revision="20240730" />
<project path="native/openssl-android-builder" name="openssl-android-builder" revision="v3_3" />
<project path="native/libyuv" name="aos-libyuv" />
<project path="native/libnativehelper" name="aos-libnativehelper" />
<project path="native/boost" name="aos-boost-android-builder" />
Expand Down

2 comments on commit e17415e

@Pentaphon
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FFmpeg 7.1 has been out for a while

@courville
Copy link
Contributor Author

@courville courville commented on e17415e Oct 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

12 days indeed, unacceptable

Note that this is not just a manifest update process.

Please sign in to comment.