mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +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 f4daf633b2e31e2e0fb3e0fcf1c7deacbc57b93e)
This commit is contained in:
parent
b6b55f6e2b
commit
d0d740946b
@ -22,6 +22,8 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
#define BUILD_TABLES
|
||||
#include "config.h"
|
||||
#undef CONFIG_HARDCODED_TABLES
|
||||
#define CONFIG_HARDCODED_TABLES 0
|
||||
#include "aac_defines.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user