You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avcodec: include tablegen compat header before the tablegen functionality
This commit is contained in:
@@ -22,8 +22,8 @@
|
|||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#define CONFIG_HARDCODED_TABLES 0
|
#define CONFIG_HARDCODED_TABLES 0
|
||||||
#include "cbrt_tablegen.h"
|
|
||||||
#include "libavutil/tablegen.h"
|
#include "libavutil/tablegen.h"
|
||||||
|
#include "cbrt_tablegen.h"
|
||||||
#include "tableprint.h"
|
#include "tableprint.h"
|
||||||
|
|
||||||
int main(void)
|
int main(void)
|
||||||
|
@@ -22,8 +22,8 @@
|
|||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#define CONFIG_HARDCODED_TABLES 0
|
#define CONFIG_HARDCODED_TABLES 0
|
||||||
#include "mpegaudio_tablegen.h"
|
|
||||||
#include "libavutil/tablegen.h"
|
#include "libavutil/tablegen.h"
|
||||||
|
#include "mpegaudio_tablegen.h"
|
||||||
#include "tableprint.h"
|
#include "tableprint.h"
|
||||||
|
|
||||||
int main(void)
|
int main(void)
|
||||||
|
Reference in New Issue
Block a user