summaryrefslogtreecommitdiff
path: root/network
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2013-07-28 10:42:34 +0200
committerSebastian Dröge <slomo@circular-chaos.org>2013-07-28 10:51:39 +0200
commitd6f4e60bf5df325090b6132cc27fc7251371bfdd (patch)
treef4599e0e0c026ab675553cdc84063f3b51a7279c /network
network/http-launch: Initial commit
Diffstat (limited to 'network')
-rw-r--r--network/http-launch/http-launch.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/network/http-launch/http-launch.c b/network/http-launch/http-launch.c
new file mode 100644
index 0000000..3b44ad2
--- /dev/null
+++ b/network/http-launch/http-launch.c
@@ -0,0 +1,10 @@
+#include <string.h>
+#include <gst/gst.h>
+#include <gio/gio.h>
+
+int
+main (gint argc, gchar **argv)
+{
+
+ return 0;
+}