diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2009-10-28 18:52:39 +0000 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2009-10-28 18:52:39 +0000 |
commit | 8abe97be929f732db3a39366a48cb3f0334226da (patch) | |
tree | 0877ff6e20a2886fc9b34ab8e14ba83005841559 /libavcodec/mpegaudio_tablegen.h | |
parent | eadaa00c6fe1752b0460aa0c94d3df47502c78df (diff) | |
download | ffmpeg-8abe97be929f732db3a39366a48cb3f0334226da.tar.gz |
10l, fix incorrect endif comment.
Originally committed as revision 20401 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegaudio_tablegen.h')
-rw-r--r-- | libavcodec/mpegaudio_tablegen.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |