git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
5e2ba41
)
build: add avresample after avcodec to FFLIBS
author
Janne Grunau
<janne-libav@jannau.net>
Thu, 15 May 2014 12:53:30 +0000
(14:53 +0200)
committer
Janne Grunau
<janne-libav@jannau.net>
Thu, 15 May 2014 15:53:55 +0000
(17:53 +0200)
avcodec might depend on avresample and with --as-needed required symbols
might be get removed if avresample is linked before avcodec.
Fixes link failures of avprobe and avplay on aarch64 with
--enable-neon-clobber-test.
No differences found