Skip to content
Snippets Groups Projects
Commit dc8f7322 authored by Clément Bœsch's avatar Clément Bœsch
Browse files

doc/examples: fix lib math dep for resampling_audio.

It uses at least sin()
parent 2c1eb38e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment