diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2013-07-28 10:42:34 +0200 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2013-07-28 10:51:39 +0200 |
commit | d6f4e60bf5df325090b6132cc27fc7251371bfdd (patch) | |
tree | f4599e0e0c026ab675553cdc84063f3b51a7279c /network |
network/http-launch: Initial commit
Diffstat (limited to 'network')
-rw-r--r-- | network/http-launch/http-launch.c | 10 |
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; +} |