Skip to content

Commit b618986

Browse files
authored
avcpp: add version 2.7.1 and support ffmpeg 8.0 (#28813)
1 parent 3874651 commit b618986

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

recipes/avcpp/all/conandata.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
sources:
2-
"2.4.0":
3-
url: "https://github.com/h4tr3d/avcpp/archive/refs/tags/v2.4.0.tar.gz"
4-
sha256: "47e044c10fa232f0d12d80351e675d5a5ef1480f81a93f288f33f8d03e94ae17"
2+
"2.7.1":
3+
url: "https://github.com/h4tr3d/avcpp/archive/refs/tags/v2.7.1.tar.gz"
4+
sha256: "9721f34851b8d32f87ebe8f6f024e8d75902b946f7f62020e56aa9ed0d926a3e"

recipes/avcpp/all/conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def layout(self):
3737
cmake_layout(self, src_folder="src")
3838

3939
def requirements(self):
40-
self.requires("ffmpeg/[>=6.1 <8]", transitive_headers=True)
40+
self.requires("ffmpeg/[>=6.1 <9]", transitive_headers=True)
4141

4242
def validate(self):
4343
check_min_cppstd(self, 17)

recipes/avcpp/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
versions:
2-
"2.4.0":
2+
"2.7.1":
33
folder: all

0 commit comments

Comments
 (0)