Update libav submodule (libpostproc dropped)
commit5c20e98fb44f2077c847aec7e757dff4e0089a53
authorUoti Urpala <uau@mplayer2.org>
Wed, 29 Feb 2012 01:41:05 +0000 (29 03:41 +0200)
committerUoti Urpala <uau@mplayer2.org>
Wed, 29 Feb 2012 01:41:05 +0000 (29 03:41 +0200)
tree6aace93c4e7196cace88086c2619c983be02d7e9
parent6da38fda953fbc2bb649a706ad64b6eb1c2165e2
Update libav submodule (libpostproc dropped)

This version of Libav drops libpostproc, which is now maintained as a
separate project. I'm not adding an internal libpostproc to this
repository for now at least. The practical effect is that the player
will only support the "pp" video filter if a system installation of
libpostproc exists.

Also, older system installations of still-under-Libav libpostproc are
likely to fail: versions from Libav declared a dependency on an
_exact_ libavutil version number, which would cause "pkg-config
--cflags libpostproc" to fail with an error message like "Package
'libpostproc' requires 'libavutil = 51.21.0' but version of libavutil
is 51.24.0" when libavutil comes from our newer internal version.
libav
script/libav-config