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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2015-12-02 11:52:02 +0300
committerHendrik Leppkes <h.leppkes@gmail.com>2015-12-04 16:49:38 +0300
commit42a9aead854f3c89c072bb10225857da1239cb91 (patch)
treee92d827fa0e421bcbf46544b2a5e8419adc75b93 /libavcodec/cbrt_tablegen_template.c
parentd6b988b505d6c5f69fc5df921643622795685cce (diff)
avcodec: include tablegen compat header before the tablegen functionality
Diffstat (limited to 'libavcodec/cbrt_tablegen_template.c')
-rw-r--r--libavcodec/cbrt_tablegen_template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/cbrt_tablegen_template.c b/libavcodec/cbrt_tablegen_template.c
index 1d71d342ec..7dcab911a7 100644
--- a/libavcodec/cbrt_tablegen_template.c
+++ b/libavcodec/cbrt_tablegen_template.c
@@ -22,8 +22,8 @@
#include <stdlib.h>
#define CONFIG_HARDCODED_TABLES 0
-#include "cbrt_tablegen.h"
#include "libavutil/tablegen.h"
+#include "cbrt_tablegen.h"
#include "tableprint.h"
int main(void)