summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2011-06-06 13:59:32 +0100
committerDamien Lespiau <damien.lespiau@intel.com>2011-06-06 13:59:32 +0100
commit2d0d17b5fe46dfe565801f0786a937c9f1398de3 (patch)
treed935df3f6fa6093f982917fa00fb64635a8ea376
parent71a1c3aded6002a20e10ed70a9697df775d4e2fa (diff)
downloadclutter-gst-2d0d17b5fe46dfe565801f0786a937c9f1398de3.tar.gz
examples: include stdlib.h for EXIT_{SUCCESS,FAILURE}
-rw-r--r--clutter-gst/shaders/I420.pso4
-rw-r--r--clutter-gst/shaders/YV12.pso4
-rw-r--r--examples/video-sink-navigation.c2
-rw-r--r--examples/video-sink.c2
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