From 82a18fa9e84448b275cec3e5a12b30844e3e9f46 Mon Sep 17 00:00:00 2001 From: DonLakeFlyer Date: Tue, 13 Mar 2018 08:57:26 -0700 Subject: [PATCH] Update to what is required for latest Ubunut 16.04 --- src/VideoStreaming/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/VideoStreaming/README.md b/src/VideoStreaming/README.md index 585cb9cf88..eb8d8f45c6 100644 --- a/src/VideoStreaming/README.md +++ b/src/VideoStreaming/README.md @@ -40,6 +40,9 @@ list=$(apt-cache --names-only search ^gstreamer1.0-* | awk '{ print $1 }' | grep ``` sudo apt-get install $list ``` +``` +sudo apt-get install libgstreamer-plugins-base1.0-dev +``` The build system is setup to use pkgconfig and it will find the necessary headers and libraries automatically. -- GitLab