Luke Granger-Brown
57725ef3ec
git-subtree-dir: third_party/nixpkgs git-subtree-split: 76612b17c0ce71689921ca12d9ffdc9c23ce40b2
12 lines
398 B
Diff
12 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"
|