Update development_environment.mdx to fix broken dependency #1353 (#2058)

Updating libavresample-dev to libswresample-dev as per

https://github.com/home-assistant/developers.home-assistant/issues/1353
This commit is contained in:
Chuck LeDuc Díaz 2024-01-25 10:45:46 +01:00 committed by GitHub
parent 8d6ca7126f
commit 524b7fa24f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -93,7 +93,7 @@ Install the core dependencies.
```shell
sudo apt-get update
sudo apt-get install python3-pip python3-dev python3-venv autoconf libssl-dev libxml2-dev libxslt1-dev libjpeg-dev libffi-dev libudev-dev zlib1g-dev pkg-config libavformat-dev libavcodec-dev libavdevice-dev libavutil-dev libswscale-dev libavresample-dev libavfilter-dev ffmpeg
sudo apt-get install python3-pip python3-dev python3-venv autoconf libssl-dev libxml2-dev libxslt1-dev libjpeg-dev libffi-dev libudev-dev zlib1g-dev pkg-config libavformat-dev libavcodec-dev libavdevice-dev libavutil-dev libswscale-dev libswresample-dev libavfilter-dev ffmpeg
```
### Developing on Windows