OSDN Git Service

build: add avresample after avcodec to FFLIBS
authorJanne Grunau <janne-libav@jannau.net>
Thu, 15 May 2014 12:53:30 +0000 (14:53 +0200)
committerJanne Grunau <janne-libav@jannau.net>
Thu, 15 May 2014 15:53:55 +0000 (17:53 +0200)
commit5e2ba41d4b94de1fa5267081d6c4b6b262c8d86f
treea905db4971e1e29b31624cdbeb5005fab173dfab
parent3b2fbe67bd63b00331db2a9b213f6d420418a312
build: add avresample after avcodec to FFLIBS

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.
Makefile