mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-29 22:00:58 +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>
This commit is contained in:
parent
6f8e365a2a
commit
f4daf633b2
@ -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