Skip to content

Commit

Permalink
Fixing LDFLAGS for linux,arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
kenshaw committed Feb 8, 2024
1 parent f707c72 commit a885898
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion heif.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package heif

/*
// link to libde265, x265-git, aom, libwebp (libsharpyuv), svt-av1, zlib, libheif
// link to libde265, x265, aom, libwebp/libsharpyuv, svt-av1, zlib, libheif
#cgo CFLAGS: -I${SRCDIR} -fPIC -fexceptions
Expand All @@ -16,6 +16,7 @@ package heif
#cgo darwin,arm64 LDFLAGS: -lkvazaar
#cgo LDFLAGS: -laom -lwebp -lwebpdecoder -lwebpdemux -lwebpmux -lsharpyuv
#cgo amd64 LDFLAGS: -lSvtAv1Enc
#cgo linux,arm64 LDFLAGS: -lSvtAv1Enc
#cgo darwin,arm64 LDFLAGS: -lSvtAv1Enc
#cgo LDFLAGS: -lz -lm -lstdc++
Expand Down

0 comments on commit a885898

Please sign in to comment.