avcodec: include tablegen compat header before the tablegen functionality

This commit is contained in:
Hendrik Leppkes 2015-12-02 09:52:02 +01:00
parent d6b988b505
commit 42a9aead85
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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)