forked from Archive/PX4-Autopilot
ubuntu setup script: add gstreamer1.0-libav
This was needed in order to display video in QGC
This commit is contained in:
parent
c5341da813
commit
0a4e7142ee
|
@ -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…
Reference in New Issue