[clutter-gst] examples: include stdlib.h for EXIT_{SUCCESS,FAILURE}



commit 2d0d17b5fe46dfe565801f0786a937c9f1398de3
Author: Damien Lespiau <damien lespiau intel com>
Date:   Mon Jun 6 13:59:32 2011 +0100

    examples: include stdlib.h for EXIT_{SUCCESS,FAILURE}

 clutter-gst/shaders/I420.pso     |    4 ++--
 clutter-gst/shaders/YV12.pso     |    4 ++--
 examples/video-sink-navigation.c |    2 ++
 examples/video-sink.c            |    2 ++
 4 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/clutter-gst/shaders/I420.pso b/clutter-gst/shaders/I420.pso
index 8168745..bd01d38 100644
--- a/clutter-gst/shaders/I420.pso
+++ b/clutter-gst/shaders/I420.pso
@@ -1,9 +1,9 @@
 !!ARBfp1.0
-# cgc version 2.2.0017, build date Jan 29 2010
+# cgc version 3.0.0016, build date Feb 10 2011
 # command line args: -profile arbfp1
 # source file: I420.cg
 #vendor NVIDIA Corporation
-#version 2.2.0.17
+#version 3.0.0.16
 #profile arbfp1
 #program I420_main
 #semantic I420_main.IN
diff --git a/clutter-gst/shaders/YV12.pso b/clutter-gst/shaders/YV12.pso
index 73fd370..e43f5e0 100644
--- a/clutter-gst/shaders/YV12.pso
+++ b/clutter-gst/shaders/YV12.pso
@@ -1,9 +1,9 @@
 !!ARBfp1.0
-# cgc version 2.2.0017, build date Jan 29 2010
+# cgc version 3.0.0016, build date Feb 10 2011
 # command line args: -profile arbfp1
 # source file: YV12.cg
 #vendor NVIDIA Corporation
-#version 2.2.0.17
+#version 3.0.0.16
 #profile arbfp1
 #program YV12_main
 #semantic YV12_main.IN
diff --git a/examples/video-sink-navigation.c b/examples/video-sink-navigation.c
index 8bf77a6..547cfc9 100644
--- a/examples/video-sink-navigation.c
+++ b/examples/video-sink-navigation.c
@@ -24,6 +24,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <stdlib.h>
+
 #include <clutter-gst/clutter-gst.h>
 
 void
diff --git a/examples/video-sink.c b/examples/video-sink.c
index 36b2a1b..eb2389c 100644
--- a/examples/video-sink.c
+++ b/examples/video-sink.c
@@ -24,6 +24,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <stdlib.h>
+
 #include <clutter-gst/clutter-gst.h>
 
 void



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]