Patch provided by the proxy maintainer sourced from gentoo bug
Patch backported from 0.1.6
Gentoo bug: #570478
Package-Manager: portage-2.2.26
--- /dev/null
+--- src/AudioDecoder/ffmpegdecoder.cpp.orig
++++ src/AudioDecoder/ffmpegdecoder.cpp
+@@ -98,7 +98,11 @@ void FFmpegDecoder::initialise()
+ }
+
+ #ifdef ENABLE_DEBUG
++#if LIBAVCODEC_VERSION_MAJOR < 53
+ dump_format(m_pFormatContext, 0, m_Filepath.c_str(), false);
++#else
++ av_dump_format(m_pFormatContext, 0, m_Filepath.c_str(), false);
++#endif
+ #endif
+
+ initializeAudio();
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
"${FILESDIR}"/${P}-ffmpeg-1.patch \
"${FILESDIR}"/${P}-libav9.patch \
"${FILESDIR}"/${P}-ffmpeg2.patch \
- "${FILESDIR}"/${PV}-flac_ln.patch
+ "${FILESDIR}"/${PV}-flac_ln.patch \
+ "${FILESDIR}"/bckport-debug.patch
# Remove Vesion and Encoding from the desktop file
sed -i -e "/Version/d" -e "/Encoding/d" \