mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
avcodec/aacps_tablegen_template: don't redefine CONFIG_HARDCODED_TABLES
Fixes relevant warnings when compiling with --enable-hardcoded-tables
Signed-off-by: James Almer <jamrial@gmail.com>
(cherry picked from commit f4daf633b2
)
This commit is contained in:
parent
b6b55f6e2b
commit
d0d740946b
@ -22,6 +22,8 @@
|
|||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#define BUILD_TABLES
|
#define BUILD_TABLES
|
||||||
|
#include "config.h"
|
||||||
|
#undef CONFIG_HARDCODED_TABLES
|
||||||
#define CONFIG_HARDCODED_TABLES 0
|
#define CONFIG_HARDCODED_TABLES 0
|
||||||
#include "aac_defines.h"
|
#include "aac_defines.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user