summaryrefslogtreecommitdiff
path: root/libavcodec/mpegaudio_tablegen.c
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2015-12-02 09:52:02 +0100
committerHendrik Leppkes <h.leppkes@gmail.com>2015-12-04 14:49:38 +0100
commit42a9aead854f3c89c072bb10225857da1239cb91 (patch)
treee92d827fa0e421bcbf46544b2a5e8419adc75b93 /libavcodec/mpegaudio_tablegen.c
parentd6b988b505d6c5f69fc5df921643622795685cce (diff)
avcodec: include tablegen compat header before the tablegen functionality
Diffstat (limited to 'libavcodec/mpegaudio_tablegen.c')
-rw-r--r--libavcodec/mpegaudio_tablegen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mpegaudio_tablegen.c b/libavcodec/mpegaudio_tablegen.c
index 9a9bb4d056..ede7c8e221 100644
--- a/libavcodec/mpegaudio_tablegen.c
+++ b/libavcodec/mpegaudio_tablegen.c
@@ -22,8 +22,8 @@
#include <stdlib.h>
#define CONFIG_HARDCODED_TABLES 0
-#include "mpegaudio_tablegen.h"
#include "libavutil/tablegen.h"
+#include "mpegaudio_tablegen.h"
#include "tableprint.h"
int main(void)