summaryrefslogtreecommitdiffstats
path: root/osdep/main-fn-unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/main-fn-unix.c')
-rw-r--r--osdep/main-fn-unix.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/osdep/main-fn-unix.c b/osdep/main-fn-unix.c
new file mode 100644
index 0000000000..c30c4a91ec
--- /dev/null
+++ b/osdep/main-fn-unix.c
@@ -0,0 +1,6 @@
+#include "main-fn.h"
+
+int main(int argc, char *argv[])
+{
+ return mpv_main(argc, argv);
+}