Skip to content

Commit

Permalink
Drop ffmpeg 5
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed Jun 3, 2024
1 parent 77e86c2 commit deb1cfc
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 11 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ jobs:
config:
- {os: ubuntu-latest, python: "3.9", ffmpeg: "6.1", extras: true}
- {os: ubuntu-latest, python: "3.9", ffmpeg: "6.0"}
- {os: ubuntu-latest, python: "3.9", ffmpeg: "5.1"}
- {os: ubuntu-latest, python: "3.9", ffmpeg: "5.0"}
- {os: ubuntu-latest, python: pypy3.9, ffmpeg: "6.1"}
- {os: macos-12, python: "3.9", ffmpeg: "6.1"}

Expand Down Expand Up @@ -120,8 +118,6 @@ jobs:
config:
- {os: windows-latest, python: "3.9", ffmpeg: "6.1"}
- {os: windows-latest, python: "3.9", ffmpeg: "6.0"}
- {os: windows-latest, python: "3.9", ffmpeg: "5.1"}
- {os: windows-latest, python: "3.9", ffmpeg: "5.0"}

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion docs/overview/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ See the `Conda quick install <https://conda.io/docs/install/quick.html>`_ docs t
Bring your own FFmpeg
---------------------

PyAV can also be compiled against your own build of FFmpeg ((version ``5.0`` or higher). You can force installing PyAV from source by running:
PyAV can also be compiled against your own build of FFmpeg (version ``6.0`` or higher). You can force installing PyAV from source by running:

.. code-block:: bash
Expand Down
3 changes: 0 additions & 3 deletions scripts/ffmpeg-5.0.json

This file was deleted.

3 changes: 0 additions & 3 deletions scripts/ffmpeg-5.1.json

This file was deleted.

0 comments on commit deb1cfc

Please sign in to comment.