Commit dc8f7322 authored by Clément Bœsch's avatar Clément Bœsch

doc/examples: fix lib math dep for resampling_audio.

It uses at least sin()
parent 2c1eb38e
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment