aboutsummaryrefslogtreecommitdiffstats
path: root/src/test-native/gst/make.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/test-native/gst/make.sh')
-rw-r--r--src/test-native/gst/make.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/test-native/gst/make.sh b/src/test-native/gst/make.sh
new file mode 100644
index 000000000..23e54a272
--- /dev/null
+++ b/src/test-native/gst/make.sh
@@ -0,0 +1,5 @@
+gcc -Wall helloworld.c -o helloworld $(pkg-config --cflags --libs gstreamer-0.10)
+gcc -Wall helloworld-auto.c -o helloworld-auto $(pkg-config --cflags --libs gstreamer-0.10)
+gcc -Wall helloworld-playbin.c -o helloworld-playbin $(pkg-config --cflags --libs gstreamer-0.10)
+gcc -Wall helloworld-playbin2.c -o helloworld-playbin2 $(pkg-config --cflags --libs gstreamer-0.10)
+