Submitted By: Armin K <krejzi au email do com>
Initial Package Version: 2.2.3
Upstream Status: Committed
Description: Fixes building against ffmpeg3
Rediffed for version 2.2.3 by Bruce Dubbs
diff -Naur configure configure
--- configure 2016-04-04 19:45:51.000000000 -0500
+++ configure 2016-05-06 22:39:24.859030920 -0500
if test -n "$PKG_CONFIG" && \
{ { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libavutil < 55\""; } >&5
- ($PKG_CONFIG --exists --print-errors "libavutil < 55") 2>&5
+ ($PKG_CONFIG --exists --print-errors "libavutil > 55") 2>&5
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
if test -n "$PKG_CONFIG" && \
{ { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libavcodec >= 57.10.100\""; } >&5
- ($PKG_CONFIG --exists --print-errors "libavcodec >= 57.10.100") 2>&5
+ ($PKG_CONFIG --exists --print-errors "libavcodec >= 60.10.100") 2>&5
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
if test -n "$PKG_CONFIG" && \
{ { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libavcodec >= 57.10.100\""; } >&5
- ($PKG_CONFIG --exists --print-errors "libavcodec >= 57.10.100") 2>&5
+ ($PKG_CONFIG --exists --print-errors "libavcodec >= 60.10.100") 2>&5
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
ffmpeg) av_vdpau_ver="55.42.100"
if test -n "$PKG_CONFIG" && \
{ { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libavcodec >= 57.10.100\""; } >&5
- ($PKG_CONFIG --exists --print-errors "libavcodec >= 57.10.100") 2>&5
+ ($PKG_CONFIG --exists --print-errors "libavcodec >= 60.10.100") 2>&5
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
diff -Naur modules/codec/avcodec/audio.c modules/codec/avcodec/audio.c
--- modules/codec/avcodec/audio.c 2015-12-08 10:18:56.000000000 -0600
+++ modules/codec/avcodec/audio.c 2016-05-06 22:39:24.859030920 -0500
#include <libavcodec/avcodec.h>
#include <libavutil/mem.h>
-#include <libavutil/audioconvert.h>