You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/cantata/files/cantata-2.0.0-ffmpeg-3.0.patch

13 lines
405 B

diff --git a/replaygain/ffmpeginput.cpp b/replaygain/ffmpeginput.cpp
index 375448d..ab07d5b 100644
--- a/replaygain/ffmpeginput.cpp
+++ b/replaygain/ffmpeginput.cpp
@@ -21,7 +21,6 @@ extern "C" {
#include <libavcodec/avcodec.h>
#include <libavformat/avformat.h>
#if LIBAVFORMAT_VERSION_MAJOR >= 54
-#include <libavutil/audioconvert.h>
#include <libavutil/channel_layout.h>
#endif
#ifdef __cplusplus