Skip to content

Commit

Permalink
Disable deprecated warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
csnewman committed Jan 20, 2024
1 parent 7d600d8 commit b57ab95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ffmpeg.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

/*
#cgo CFLAGS: -I${SRCDIR}/include
#cgo CFLAGS: -I${SRCDIR}/include -Wno-deprecated
#cgo linux,amd64 LDFLAGS: -L${SRCDIR} -lffmpeg_linux_amd64 -lm
#cgo linux,arm64 LDFLAGS: -L${SRCDIR} -lffmpeg_linux_arm64 -lm
#cgo darwin,amd64 LDFLAGS: -L${SRCDIR} -lffmpeg_darwin_amd64 -lm
Expand Down

0 comments on commit b57ab95

Please sign in to comment.