[FFmpeg-devel] [PATCH 2/3] avcodec: include tablegen compat header before the tablegen functionality

Hendrik Leppkes h.leppkes at gmail.com
Wed Dec 2 09:52:02 CET 2015


---
 libavcodec/cbrt_tablegen_template.c | 2 +-
 libavcodec/mpegaudio_tablegen.c     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavcodec/cbrt_tablegen_template.c b/libavcodec/cbrt_tablegen_template.c
index 1d71d34..7dcab91 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)
diff --git a/libavcodec/mpegaudio_tablegen.c b/libavcodec/mpegaudio_tablegen.c
index 9a9bb4d..ede7c8e 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)
-- 
2.6.2.windows.1



More information about the ffmpeg-devel mailing list