The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / gstreamer / gst-fsl-plugins / 0001-gplay-add-missing-include.patch
1 From ed649ccb8ddc724546172d329fca39b23c49b804 Mon Sep 17 00:00:00 2001
2 From: "Arnout Vandecappelle (Essensium/Mind)" <arnout@mind.be>
3 Date: Mon, 17 Dec 2012 17:58:28 +0100
4 Subject: [PATCH] gplay: add missing include
5
6 Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
7 ---
8  tools/gplay/gst_snapshot.c |    1 +
9  1 file changed, 1 insertion(+)
10
11 diff --git a/tools/gplay/gst_snapshot.c b/tools/gplay/gst_snapshot.c
12 index 40dbb6f..596f399 100755
13 --- a/tools/gplay/gst_snapshot.c
14 +++ b/tools/gplay/gst_snapshot.c
15 @@ -22,6 +22,7 @@
16  
17  #include <gst/gst.h>
18  #include <string.h>
19 +#include <stdio.h>
20  #include "gst_snapshot.h"
21  
22  static void
23 --