[FFmpeg-cvslog] r20401 - trunk/libavcodec/mpegaudio_tablegen.h
reimar
subversion
Wed Oct 28 19:52:39 CET 2009
Author: reimar
Date: Wed Oct 28 19:52:39 2009
New Revision: 20401
Log:
10l, fix incorrect endif comment.
Modified:
trunk/libavcodec/mpegaudio_tablegen.h
Modified: trunk/libavcodec/mpegaudio_tablegen.h
==============================================================================
--- trunk/libavcodec/mpegaudio_tablegen.h Wed Oct 28 19:42:52 2009 (r20400)
+++ trunk/libavcodec/mpegaudio_tablegen.h Wed Oct 28 19:52:39 2009 (r20401)
@@ -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 */
More information about the ffmpeg-cvslog
mailing list