network/http-launch: Initial commit
This commit is contained in:
commit
d6f4e60bf5
10
network/http-launch/http-launch.c
Normal file
10
network/http-launch/http-launch.c
Normal file
@ -0,0 +1,10 @@
|
||||
#include <string.h>
|
||||
#include <gst/gst.h>
|
||||
#include <gio/gio.h>
|
||||
|
||||
int
|
||||
main (gint argc, gchar **argv)
|
||||
{
|
||||
|
||||
return 0;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user