Browse code

doc/examples: fix lib math dep for decoding_encoding

It uses at least sin().

Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit f97f2a3527eac2cf60ba86206d1bae9a970a7e71)

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

Andreas Cadhalpun authored on 2015/01/10 01:50:27
Showing 1 changed files
... ...
@@ -29,6 +29,7 @@ OBJS=$(addsuffix .o,$(EXAMPLES))
29 29
 
30 30
 # the following examples make explicit use of the math library
31 31
 avcodec:           LDLIBS += -lm
32
+decoding_encoding: LDLIBS += -lm
32 33
 muxing:            LDLIBS += -lm
33 34
 resampling_audio:  LDLIBS += -lm
34 35