[FFmpeg-cvslog] r20620 - trunk/libavcodec/mpegaudio_tablegen.h
Carl Eugen Hoyos
cehoyos
Fri Nov 27 00:34:58 CET 2009
Diego Biurrun <diego <at> biurrun.de> writes:
> > @@ -27,7 +27,6 @@
> > #include <math.h>
> > -#include "config.h"
> >
> > #define TABLE_4_3_SIZE (8191 + 16)*4
> > #if CONFIG_HARDCODED_TABLES
I may also not understand the issue correctly, but shouldn't this be
#if defined(CONFIG_HARDCODED_TABLES) && CONFIG_HARDCODED_TABLES == 1
(or however the preprocessor syntax looks like)?
Carl Eugen
More information about the ffmpeg-cvslog
mailing list