summaryrefslogtreecommitdiff
path: root/ubuntu
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2014-10-29 20:15:58 +0100
committerNicolas Dechesne <nicolas.dechesne@linaro.org>2014-10-29 20:15:58 +0100
commit70a11139d40f0501e1fc18cb2cb2df9ccbfb5f46 (patch)
tree6e833e86c2dbede6ade9304e3043ccef123daa09 /ubuntu
parent2c331ce75fb5e395a94feca855d35181d18bf69e (diff)
ubuntu: ifc6410: fix some typosubuntu-ifc6410-14.10
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Diffstat (limited to 'ubuntu')
-rw-r--r--ubuntu/ifc6410/README.textile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/ubuntu/ifc6410/README.textile.in b/ubuntu/ifc6410/README.textile.in
index 2e97266..fa847a2 100644
--- a/ubuntu/ifc6410/README.textile.in
+++ b/ubuntu/ifc6410/README.textile.in
@@ -205,13 +205,14 @@ A very first version of Gstreamer video decoder plugin is now available. It is n
Assuming you have installed the Gnome image, the following instructions can be used to compile the plugin:
-bc.sudo apt-get install build-essential git autotools-dev autoconf libtool libgstreamer-plugins-base1.0-dev
+bc. sudo apt-get install build-essential git autotools-dev autoconf libtool libgstreamer-plugins-base1.0-dev
git clone http://git.linaro.org/landing-teams/working/qualcomm/gst-plugin-qcvideo.git
cd gst-plugin-qcvideo/
./autogen.sh
make
To use the plugin, you can use the following commands
+
bc. sudo apt-get install gstreamer1.0-tools gstreamer1.0-plugins-bad
export GST_PLUGIN_PATH=`pwd`/src/.libs
X&