aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/FfmpegDecoderPlugin.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-15 11:31:51 +0100
committerMax Kellermann <max@duempel.org>2014-01-15 11:31:51 +0100
commitb7d6133593dcfca7b52eff13985f10a39098862f (patch)
tree6d7dc1f6f1027da7e66c5c1bdf710cd9ed54c3e5 /src/decoder/FfmpegDecoderPlugin.cxx
parent5b6bb114add8f4aac9a9434cd723e5062ae2461f (diff)
downloadmpd-b7d6133593dcfca7b52eff13985f10a39098862f.tar.gz
mpd-b7d6133593dcfca7b52eff13985f10a39098862f.tar.xz
mpd-b7d6133593dcfca7b52eff13985f10a39098862f.zip
decoder/ffmpeg: include cleanup
Diffstat (limited to '')
-rw-r--r--src/decoder/FfmpegDecoderPlugin.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/decoder/FfmpegDecoderPlugin.cxx b/src/decoder/FfmpegDecoderPlugin.cxx
index c99ecebe3..1876425e2 100644
--- a/src/decoder/FfmpegDecoderPlugin.cxx
+++ b/src/decoder/FfmpegDecoderPlugin.cxx
@@ -38,7 +38,6 @@ extern "C" {
#include <libavutil/avutil.h>
#include <libavutil/log.h>
#include <libavutil/mathematics.h>
-#include <libavutil/dict.h>
}
#include <assert.h>