See attached patch.

-- 
Proudly written in Mutt with Vim on NixOS.
Q: Why is this email five sentences or less?
A: http://five.sentenc.es
May take up to five days to read your message. If it’s urgent, call me.
From b24dd44034462924988b86ed7da3181927dc4090 Mon Sep 17 00:00:00 2001
From: Profpatsch <m...@profpatsch.de>
Date: Sun, 12 Feb 2017 22:22:31 +0100
Subject: [PATCH] move config.h import up to fix i686

There is a check (check.h) that config.h is imported first,
otherwise it will not build on i686.
---
 src/decoder/plugins/FfmpegDecoderPlugin.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/decoder/plugins/FfmpegDecoderPlugin.cxx 
b/src/decoder/plugins/FfmpegDecoderPlugin.cxx
index e5787bf09..05afc363b 100644
--- 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"
-- 
2.11.1

Attachment: signature.asc
Description: PGP signature

_______________________________________________
mpd-devel mailing list
mpd-devel@musicpd.org
http://mailman.blarg.de/listinfo/mpd-devel

Reply via email to