diff options
| author | Michael Forney <mforney@mforney.org> | 2020-05-09 23:59:31 +0000 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-05-10 02:15:55 -0700 |
| commit | 2dfb6db8071bb9c7c0fe24f7f30568e2ff745669 (patch) | |
| tree | 87abe0e949949b4e9ba9d037160f9e28a8245382 /pkg/ffmpeg/gen.lua | |
| parent | 1f24c29f1916fb234bbfbb311c5fcb38cfb28c00 (diff) | |
Lua 5.1 compatibility
Diffstat (limited to 'pkg/ffmpeg/gen.lua')
| -rw-r--r-- | pkg/ffmpeg/gen.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/ffmpeg/gen.lua b/pkg/ffmpeg/gen.lua index 84c04056..35133aa1 100644 --- a/pkg/ffmpeg/gen.lua +++ b/pkg/ffmpeg/gen.lua @@ -46,7 +46,7 @@ build('awk', '$outdir/include/libavutil/avconfig.h', {'$dir/options.h', '|', '$d expr='-f $dir/avconfig.awk', }) -rule('genlist', 'lua5.2 $dir/list.lua $dir/options.h $type $var <$in >$out') +rule('genlist', 'lua $dir/list.lua $dir/options.h $type $var <$in >$out') local function genlist(out, src, type, var) build('genlist', out, {src, '|', '$dir/list.lua', '$dir/options.h'}, {type=type, var=var}) table.insert(pkg.deps, out) |
