diff --git a/libavcodec/mpegaudio_tablegen.h b/libavcodec/mpegaudio_tablegen.h index 362b545e0f..cab56ebdd5 100644 --- a/libavcodec/mpegaudio_tablegen.h +++ b/libavcodec/mpegaudio_tablegen.h @@ -63,6 +63,6 @@ static void mpegaudio_tableinit(void) exp_table[exponent]= llrint(f); } } -#endif /* CONFIG_HARDCODED_TABLES && !TABLEGEN */ +#endif /* CONFIG_HARDCODED_TABLES */ #endif /* MPEGAUDIO_TABLEGEN_H */