Commit 651448a8 authored by James Almer's avatar James Almer

avcodec/aacsbr: fix compilation with hardcoded tables

Reviewed-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent eca84946
......@@ -21,9 +21,11 @@
*/
#include <stdlib.h>
#include "libavutil/internal.h"
#include "libavutil/common.h"
#undef CONFIG_HARDCODED_TABLES
#define CONFIG_HARDCODED_TABLES 0
#define USE_FIXED 1
#include "libavutil/common.h"
#include "aacsbr_fixed_tablegen.h"
#include "tableprint.h"
......
......@@ -21,9 +21,11 @@
*/
#include <stdlib.h>
#include "libavutil/internal.h"
#include "libavutil/common.h"
#undef CONFIG_HARDCODED_TABLES
#define CONFIG_HARDCODED_TABLES 0
#define USE_FIXED 0
#include "libavutil/common.h"
#include "aacsbr_tablegen.h"
#include "tableprint.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment