Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2016-01-02 12:25:12 +0300
committerHendrik Leppkes <h.leppkes@gmail.com>2016-01-02 12:25:12 +0300
commit4cf66a81932a1f3775b8952ebe010be067990674 (patch)
tree2665e8ac28958bebbb5bca1c42a8bd9904ab3c46 /libavutil/lls.h
parent40231a58a0d8bffbe2264fe980483edaa6fc422e (diff)
parent50078c1c8070dd8d1c329e8117ff30ec72489039 (diff)
Merge commit '50078c1c8070dd8d1c329e8117ff30ec72489039'
* commit '50078c1c8070dd8d1c329e8117ff30ec72489039': libavutil: move FFALIGN macro from common.h to macros.h Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
Diffstat (limited to 'libavutil/lls.h')
-rw-r--r--libavutil/lls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/lls.h b/libavutil/lls.h
index 5635b5b2fd..1a276d537d 100644
--- a/libavutil/lls.h
+++ b/libavutil/lls.h
@@ -23,7 +23,7 @@
#ifndef AVUTIL_LLS_H
#define AVUTIL_LLS_H
-#include "common.h"
+#include "macros.h"
#include "mem.h"
#include "version.h"