From 8abe97be929f732db3a39366a48cb3f0334226da Mon Sep 17 00:00:00 2001 From: Reimar Döffinger Date: Wed, 28 Oct 2009 18:52:39 +0000 Subject: 10l, fix incorrect endif comment. Originally committed as revision 20401 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/mpegaudio_tablegen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/mpegaudio_tablegen.h') 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 */ -- cgit v1.2.3