summaryrefslogtreecommitdiffstats
path: root/recipes/esc-gst/files/c1
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/esc-gst/files/c1')
-rwxr-xr-xrecipes/esc-gst/files/c18
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/esc-gst/files/c1 b/recipes/esc-gst/files/c1
new file mode 100755
index 0000000000..c851b89de2
--- /dev/null
+++ b/recipes/esc-gst/files/c1
@@ -0,0 +1,8 @@
+#! /bin/sh
+set -x
+
+export PKG_CONFIG_PATH=/usr/lib/pkgconfig
+
+gcc -Wall $(pkg-config --cflags --libs gstreamer-0.10) a_gst.c -o a_gst
+
+a_gst /usr/share/esc-media/bbb.mp3