ubuntu setup script: add gstreamer1.0-libav

This was needed in order to display video in QGC
This commit is contained in:
Hamish Willee 2020-04-30 10:38:04 +10:00 committed by Daniel Agar
parent c5341da813
commit 0a4e7142ee
1 changed files with 1 additions and 0 deletions

View File

@ -190,6 +190,7 @@ if [[ $INSTALL_SIM == "true" ]]; then
gstreamer1.0-plugins-base \
gstreamer1.0-plugins-good \
gstreamer1.0-plugins-ugly \
gstreamer1.0-libav \
libeigen3-dev \
libgazebo9-dev \
libgstreamer-plugins-base1.0-dev \