From dc8f732292fcab3f72462abbc0d71ab3f87b59b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Wed, 4 Sep 2013 15:49:18 +0200 Subject: [PATCH] doc/examples: fix lib math dep for resampling_audio. It uses at least sin() --- doc/examples/Makefile | 1 + 1 file changed, 1 insertion(+) 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