Imported Debian version 2.5.3~trusty1
[deb_ffmpeg.git] / ffmpeg / doc / examples / Makefile
index 07251fe3c2fd894f285f71b4a586f6aa14adef55..9f03f04b57ea3b1d9e3d2541fd93f1fe34305a32 100644 (file)
@@ -29,6 +29,7 @@ OBJS=$(addsuffix .o,$(EXAMPLES))
 
 # the following examples make explicit use of the math library
 avcodec:           LDLIBS += -lm
+decoding_encoding: LDLIBS += -lm
 muxing:            LDLIBS += -lm
 resampling_audio:  LDLIBS += -lm