#10 Add gstreamer1.0-plugins-ugly to dependencies

This commit is contained in:
CircusMonkey 2022-05-13 08:00:20 +10:00 committed by GitHub
parent e7e9dc47a5
commit dcc1099012
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ This is still very much a work in progress. Developing on Ubuntu 16.04 and 18.04
- gstreamer libs: - gstreamer libs:
```bash ```bash
sudo apt-get install libgstreamer-plugins-base1.0-dev libgstreamer-plugins-good1.0-dev libgstreamer-plugins-bad1.0-dev libgstrtspserver-1.0-dev gstreamer1.0-plugins-bad sudo apt-get install libgstreamer-plugins-base1.0-dev libgstreamer-plugins-good1.0-dev libgstreamer-plugins-bad1.0-dev libgstrtspserver-1.0-dev gstreamer1.0-plugins-ugly gstreamer1.0-plugins-bad
``` ```
## Build into your catkin workspace ## Build into your catkin workspace