configure, external ffmpeg: do not check if libavcodec contains vdpau functions.
authorAlexis Ballier <aballier@gentoo.org>
Thu, 13 Jun 2013 17:26:16 +0000 (13:26 -0400)
committerAlexis Ballier <aballier@gentoo.org>
Thu, 13 Jun 2013 17:26:16 +0000 (13:26 -0400)
commit78b71d4f638d513fa6d9d0a46bb0248a163995bd
treed324fbb58e6ac9958737c6ebce566252c988d4dd
parent6763ab95078b4d0be46e7eae13e916853d8d12a0
configure, external ffmpeg: do not check if libavcodec contains vdpau functions.

it will fall back to other methods if not present and we have no guarantee that the libavcodec version we build against will be the same we run with (except it has the same ABI but ff_vdpau symbols are not part of the ABI).
configure.in