Browse Source

Add missing GStreamer dependency (Linux)

QGC4.4
Gus Grubba 5 years ago committed by GitHub
parent
commit
79b05758f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/VideoReceiver/README.md

1
src/VideoReceiver/README.md

@ -57,6 +57,7 @@ sudo apt-get install $list
``` ```
``` ```
sudo apt-get install libgstreamer-plugins-base1.0-dev sudo apt-get install libgstreamer-plugins-base1.0-dev
sudo apt-get install libgstreamer-plugins-bad1.0-dev
``` ```
The build system is setup to use pkgconfig and it will find the necessary headers and libraries automatically. The build system is setup to use pkgconfig and it will find the necessary headers and libraries automatically.

Loading…
Cancel
Save