Bundling ffmpeg, initial attempt. This builds on MinGW; Linux is untested as of yet.

This commit is contained in:
Ben "root" Anderson
2014-02-09 17:23:19 -06:00
parent 7341280df8
commit f56df1c44b
4045 changed files with 962454 additions and 11 deletions
+2
View File
@@ -0,0 +1,2 @@
#!/bin/sh
exec awk "BEGIN { for (i = 2; i < ARGC; i++) printf \"$1\", ARGV[i] }" "$@"