Re: [FFmpeg-devel] [PATCH] doc/examples: fix lib math dep for decoding_encoding

2015-01-09 Thread Michael Niedermayer
On Fri, Jan 09, 2015 at 06:02:56PM +0100, Andreas Cadhalpun wrote: > Hi, > > compiling the decoding_encoding example currently fails with: > /usr/bin/ld: decoding_encoding.o: undefined reference to symbol > 'sin@@GLIBC_2.2.5' > > The attached patch fixes this. > > Best regards, > Andreas > Mak

[FFmpeg-devel] [PATCH] doc/examples: fix lib math dep for decoding_encoding

2015-01-09 Thread Andreas Cadhalpun
Hi, compiling the decoding_encoding example currently fails with: /usr/bin/ld: decoding_encoding.o: undefined reference to symbol 'sin@@GLIBC_2.2.5' The attached patch fixes this. Best regards, Andreas >From 912a6cf3436e7d50036edb275acfc79ec69782f4 Mon Sep 17 00:00:00 2001 From: Andreas Cadha