Skip to content

Commit

Permalink
Use static CC build
Browse files Browse the repository at this point in the history
  • Loading branch information
sergystepanov committed Oct 18, 2023
1 parent 494ac0e commit 61c70d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/encoder/yuv/libyuv/libyuv.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package libyuv

/*
#cgo !darwin,!st LDFLAGS: -lyuv
#cgo !darwin,st LDFLAGS: -l:libyuv.a -l:libjpeg.a -lstdc++
#cgo !darwin,st LDFLAGS: -l:libyuv.a -l:libjpeg.a -l:libstdc++.a -static-libgcc
#cgo darwin CFLAGS: -DINCLUDE_LIBYUV_VERSION_H_
#cgo darwin LDFLAGS: -L${SRCDIR} -lstdc++
Expand Down

0 comments on commit 61c70d3

Please sign in to comment.