Skip to content

Commit c54d0fd

Browse files
committed
Use ffmpeg 8.0.1
1 parent 08009bc commit c54d0fd

File tree

4 files changed

+2
-35
lines changed

4 files changed

+2
-35
lines changed

scripts/build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,4 @@ ffmpeg -version || exit 3
2222
echo
2323

2424
$PYAV_PIP install -U --pre cython setuptools 2> /dev/null
25-
"$PYAV_PYTHON" scripts/comptime.py
2625
"$PYAV_PYTHON" setup.py config build_ext --inplace || exit 1

scripts/comptime.py

Lines changed: 0 additions & 32 deletions
This file was deleted.

scripts/ffmpeg-8.0.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"url": "https://github.com/PyAV-Org/pyav-ffmpeg/releases/download/8.0-2/ffmpeg-{platform}.tar.gz"
2+
"url": "https://github.com/PyAV-Org/pyav-ffmpeg/releases/download/8.0.1-1/ffmpeg-{platform}.tar.gz"
33
}

scripts/ffmpeg-latest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"url": "https://github.com/PyAV-Org/pyav-ffmpeg/releases/download/8.0-2/ffmpeg-{platform}.tar.gz"
2+
"url": "https://github.com/PyAV-Org/pyav-ffmpeg/releases/download/8.0.1-1/ffmpeg-{platform}.tar.gz"
33
}

0 commit comments

Comments
 (0)