diff options
| author | Michael Forney <mforney@mforney.org> | 2017-09-23 01:12:30 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2017-09-25 19:36:41 -0700 |
| commit | b8ca98186a08f4d5fb16e59951f426e7173fba35 (patch) | |
| tree | b92c8b9abe515197e2072ac5647caf79a4d4d4ce /pkg/ffmpeg/gen.lua | |
| parent | c52e0947a5dd30d94c05089baee3d014a4cf60d1 (diff) | |
ffmpeg: Add libavcodec/x86 to nasm includes
This is needed for some codecs.
Diffstat (limited to 'pkg/ffmpeg/gen.lua')
| -rw-r--r-- | pkg/ffmpeg/gen.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/ffmpeg/gen.lua b/pkg/ffmpeg/gen.lua index 0c5f6122..6e1b1001 100644 --- a/pkg/ffmpeg/gen.lua +++ b/pkg/ffmpeg/gen.lua @@ -14,6 +14,7 @@ cflags{ set('nasmflags', { '-i $srcdir/', + '-i $srcdir/libavcodec/'..arch..'/', '-i $srcdir/libavutil/'..arch..'/', '-f elf64', '-P $outdir/config.asm', |
