mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-18 12:56:56 +00:00
doc/examples: fix lib math dep for resampling_audio.
It uses at least sin()
This commit is contained in:
parent
2c1eb38e5e
commit
dc8f732292
@ -25,6 +25,7 @@ OBJS=$(addsuffix .o,$(EXAMPLES))
|
||||
# the following examples make explicit use of the math library
|
||||
decoding_encoding: LDLIBS += -lm
|
||||
muxing: LDLIBS += -lm
|
||||
resampling_audio: LDLIBS += -lm
|
||||
|
||||
.phony: all clean-test clean
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user