Browse Source

ubuntu setup script: add gstreamer1.0-libav

This was needed in order to display video in QGC
sbg
Hamish Willee 5 years ago committed by Daniel Agar
parent
commit
0a4e7142ee
  1. 1
      Tools/setup/ubuntu.sh

1
Tools/setup/ubuntu.sh

@ -190,6 +190,7 @@ if [[ $INSTALL_SIM == "true" ]]; then @@ -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 \

Loading…
Cancel
Save