Skip to content

Commit 8cd8926

Browse files
committed
Update installation.rst
1 parent e8c0269 commit 8cd8926

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

docs/overview/installation.rst

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ See the `Conda quick install <https://docs.conda.io/projects/conda/en/latest/use
2424
Bring your own FFmpeg
2525
---------------------
2626

27-
PyAV can also be compiled against your own build of FFmpeg (version ``7.0`` or higher). You can force installing PyAV from source by running:
27+
PyAV can also be compiled against your own build of FFmpeg (version ``8.0`` or higher). You can force installing PyAV from source by running:
2828

2929
.. code-block:: bash
3030
pip install av --no-binary av
@@ -54,20 +54,6 @@ On **MacOS**, Homebrew_ saves the day::
5454
.. _homebrew: http://brew.sh/
5555

5656

57-
Ubuntu >= 18.04 LTS
58-
^^^^^^^^^^^^^^^^^^^
59-
60-
On **Ubuntu 18.04 LTS** everything can come from the default sources::
61-
62-
# General dependencies
63-
sudo apt-get install -y python-dev pkg-config
64-
65-
# Library components
66-
sudo apt-get install -y \
67-
libavformat-dev libavcodec-dev libavdevice-dev \
68-
libavutil-dev libswscale-dev libswresample-dev libavfilter-dev
69-
70-
7157
Windows
7258
^^^^^^^
7359

0 commit comments

Comments
 (0)