- 20 Jul, 2013 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 25 Mar, 2013 1 commit
-
-
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>
-
- 12 Mar, 2013 2 commits
-
-
Jean-Baptiste Kempf authored
Methods avcodec_alloc_context3, avcodec_open2 and error_recognition member
-
Jean-Baptiste Kempf authored
This patch includes necessary defines
-