diff options
| author | Michael Forney <mforney@mforney.org> | 2017-09-17 00:03:34 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2017-09-25 19:23:06 -0700 |
| commit | ba94a8513d9a0aadb3f2c834c74b64aa644c61e8 (patch) | |
| tree | 48ac6c85baa7b9d960b9e1e726a906e61ca60967 /pkg/ffmpeg/sources.awk | |
| parent | cb362b531d79708a259bbf070dee5104fd63df08 (diff) | |
Rewrite ninja generation scripts in Lua
Diffstat (limited to 'pkg/ffmpeg/sources.awk')
| -rw-r--r-- | pkg/ffmpeg/sources.awk | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/pkg/ffmpeg/sources.awk b/pkg/ffmpeg/sources.awk deleted file mode 100644 index 1688cb5f..00000000 --- a/pkg/ffmpeg/sources.awk +++ /dev/null @@ -1,14 +0,0 @@ -/^#define/ && $3 { - cfg[$2] = 1 -} - -END { - while (getline < sources) { - if (!cfg[$1]) - continue - for (i = 2; i <= NF; ++i) { - if (match($i, "^" lib "/(" arch "/)?[^/]*$")) - print substr($i, length(lib) + 2) - } - } -} |
