[FFmpeg-devel] [PATCH] examples/decoding_encoding: remove unused variable "size"
Clément Bœsch
ubitux at gmail.com
Thu Apr 12 11:47:00 CEST 2012
On Thu, Apr 12, 2012 at 11:29:27AM +0200, Nicolas George wrote:
> Le quartidi 24 germinal, an CCXX, Clément Bœsch a écrit :
> > [~/ffmpeg/doc/examples]% make decoding_encoding
> > cc decoding_encoding.o -lavdevice -lavformat -lavfilter -lavcodec -lswscale -lavutil -o decoding_encoding
>
> For me:
>
> pkg-config --libs libavutil
>
> returns: -lavutil -lm
>
-lavutil only here
> Can you check yours? And find out where the libavutil.pc file comes from?
>
Libs: -L${libdir} -lavutil
Libs.private: -lm
It comes from the ffmpeg package of my distrib; nothing suspicious in the
package "script" though.
But when building it myself, I have:
Libs: -L${libdir} -lavutil -lm
Libs.private:
There is something fishy here, I'll eventually look into this.
[...]
--
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120412/580cf657/attachment.asc>
More information about the ffmpeg-devel
mailing list