X-Git-Url: https://git.piment-noir.org/?p=deb_ffmpeg.git;a=blobdiff_plain;f=ffmpeg%2Fdoc%2Fexamples%2FMakefile;fp=ffmpeg%2Fdoc%2Fexamples%2FMakefile;h=9f03f04b57ea3b1d9e3d2541fd93f1fe34305a32;hp=07251fe3c2fd894f285f71b4a586f6aa14adef55;hb=0e279ba6d1fd12fd7983656f4dd32fba7371628f;hpb=092a91210f1b986dc846dc52988518f8f913eb72 diff --git a/ffmpeg/doc/examples/Makefile b/ffmpeg/doc/examples/Makefile index 07251fe..9f03f04 100644 --- a/ffmpeg/doc/examples/Makefile +++ b/ffmpeg/doc/examples/Makefile @@ -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