avcodec: Compile again with FFmpeg libavcodec library.
commit620da47221e5bf30cbffb1a591268e6b1a5edea8
authorZoran Turalija <zoran.turalija@gmail.com>
Mon, 25 Mar 2013 09:40:01 +0000 (25 10:40 +0100)
committerRémi Denis-Courmont <remi@remlab.net>
Mon, 25 Mar 2013 16:18:23 +0000 (25 18:18 +0200)
tree9a86ace694b881886d585a16d582f3e628488a98
parent3c0f18b20b0d7498fcfb05447aa13094cf873fb8
avcodec: Compile again with FFmpeg libavcodec library.

Make fails when using FFmpeg libavcodec version newer than checked by
LIBAVCODEC_VERSION_CHECK, because of redeclaration of many enumerators,
that are unnecessary with newer version of libavcodec library.
It is due to missing parenthesis in macro definition that are making
it wrong.

Probably same with libav libavcodec library, too.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
modules/codec/avcodec/avcommon_compat.h