[FFmpeg-cvslog] doc/examples: fix lib math dep for resampling_audio.

Clément Bœsch git at videolan.org
Wed Sep 4 16:03:41 CEST 2013


ffmpeg | branch: master | Clément Bœsch <clement at stupeflix.com> | Wed Sep  4 15:49:18 2013 +0200| [dc8f732292fcab3f72462abbc0d71ab3f87b59b3] | committer: Clément Bœsch

doc/examples: fix lib math dep for resampling_audio.

It uses at least sin()

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dc8f732292fcab3f72462abbc0d71ab3f87b59b3
---

 doc/examples/Makefile |    1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/examples/Makefile b/doc/examples/Makefile
index 3a84de8..3d698cc 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
 



More information about the ffmpeg-cvslog mailing list