summary refs log tree commit diff
path: root/pkgs/servers/mpd/x86.patch
blob: 3e4c036418d2554aff37210d465560b61600e438 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/src/decoder/plugins/FfmpegDecoderPlugin.cxx
+++ b/src/decoder/plugins/FfmpegDecoderPlugin.cxx
@@ -20,8 +20,8 @@
 /* necessary because libavutil/common.h uses UINT64_C */
 #define __STDC_CONSTANT_MACROS
 
-#include "lib/ffmpeg/Time.hxx"
 #include "config.h"
+#include "lib/ffmpeg/Time.hxx"
 #include "FfmpegDecoderPlugin.hxx"
 #include "lib/ffmpeg/Domain.hxx"
 #include "lib/ffmpeg/Error.hxx"