mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
d6e2366b1c
See upstream https://github.com/MaxKellermann/MPD/pull/24, not clear if this will be merged upstream as the author has been quite uncooperative. Github patch URL (https://github.com/MaxKellermann/MPD/pull/24.patch) sadly does not work for this.
13 lines
398 B
Diff
13 lines
398 B
Diff
--- 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"
|