]> git.sesse.net Git - ffmpeg/commit
build: output-example: Add avutil to ELIBS in link command
authorDiego Biurrun <diego@biurrun.de>
Sat, 27 Apr 2013 12:51:27 +0000 (14:51 +0200)
committerDiego Biurrun <diego@biurrun.de>
Sat, 4 May 2013 19:19:49 +0000 (21:19 +0200)
commit4d7ed3e73541983459a7913c2034eba69ebc113d
tree5305454c204c95609777b201a91d29816e39401c
parente445647b4fdf481b13b2743b303d84de4f43bedd
build: output-example: Add avutil to ELIBS in link command

output-example links against swscale, which depends on avutil.  In standard
configurations, by pure good luck, the libs before swscale pull in all of
swscale's dependencies and linking succeeds.  However, in some configurations
like --disable-asm this is not the case and linking fails.

Hardcode the dependency to avoid a more general Makefile refactoring.
libavformat/Makefile