diff options
Diffstat (limited to 'pkg/ffmpeg/gen.lua')
| -rw-r--r-- | pkg/ffmpeg/gen.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pkg/ffmpeg/gen.lua b/pkg/ffmpeg/gen.lua index defeb705..88747e40 100644 --- a/pkg/ffmpeg/gen.lua +++ b/pkg/ffmpeg/gen.lua @@ -147,6 +147,12 @@ if options.CONFIG_ZLIB then table.insert(sources.libavformat, '$builddir/pkg/zlib/libz.a') end +if options.CONFIG_BLURAY_PROTOCOL then + cflags{'-isystem $builddir/pkg/libbluray/include'} + table.insert(pkg.deps, 'pkg/libbluray/headers') + table.insert(sources.libavcodec, '$builddir/pkg/libbluray/libbluray.a.d') +end + lib('libavcodec.a', { expand{'libavcodec/', { 'ac3_parser.c', |
