diff --git a/doc/examples/Makefile b/doc/examples/Makefile index 3a84de8c9b..3d698cc08a 100644 --- a/doc/examples/Makefile +++ b/doc/examples/Makefile @@ -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