summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
+}