mirror of
https://github.com/bkaradzic/bimg.git
synced 2026-02-17 20:52:38 +01:00
Added option to build with libheif.
This commit is contained in:
@@ -17,6 +17,12 @@ project "bimg_decode"
|
||||
path.join(BIMG_DIR, "src/image_decode.*"),
|
||||
}
|
||||
|
||||
if _OPTIONS["with-libheif"] then
|
||||
defines {
|
||||
"BIMG_DECODE_HEIF=1",
|
||||
}
|
||||
end
|
||||
|
||||
using_bx()
|
||||
|
||||
configuration { "linux-*" }
|
||||
|
||||
Reference in New Issue
Block a user