From bb50e1e74515909b0040f37d519970ecba877dc4 Mon Sep 17 00:00:00 2001 From: Pritam Ghanghas Date: Wed, 28 Oct 2015 05:24:17 +0530 Subject: [PATCH] Doc fix for getting gstreamer in to android build --- src/VideoStreaming/README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/VideoStreaming/README.md b/src/VideoStreaming/README.md index f0986a9a1..5b989b6bc 100644 --- a/src/VideoStreaming/README.md +++ b/src/VideoStreaming/README.md @@ -60,7 +60,16 @@ TODO: Binaries found in http://gstreamer.freedesktop.org/data/pkg/ios ### Android Binaries found in http://gstreamer.freedesktop.org/data/pkg/android -Download the [gstreamer-1.0-android-armv7-1.5.2.tar.bz2](http://gstreamer.freedesktop.org/data/pkg/android/1.5.2/gstreamer-1.0-android-armv7-1.5.2.tar.bz2) archive (assuming you want the ARM V7 platform) and extract it to the root qgroundcontrol directory (the same directory qgroundcontrol.pro is located). That's where the build system will look for it. +Download the [gstreamer-1.0-android-armv7-1.5.2.tar.bz2](http://gstreamer.freedesktop.org/data/pkg/android/1.5.2/gstreamer-1.0-android-armv7-1.5.2.tar.bz2) archive (assuming you want the ARM V7 platform). + +Create a directory named "gstreamer-1.0-android-armv7-1.5.2" under the root qgroundcontrol directory (the same directory qgroundcontrol.pro is located). Extract the gstreamer tar file under this directory. That's where the build system will look for it. Make sure your archive tool doesn't create any additional top level directories. The structure after extracting the archive should look like this: + +qgroundcontrol +├── gstreamer-1.0-android-armv7-1.5.2 +│   ├── etc +│   ├── include +│   ├── lib +│   └── share ### Windows -- 2.22.0