Browse Source

10l, fix incorrect endif comment.

Originally committed as revision 20401 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Reimar Döffinger 16 years ago
parent
commit
8abe97be92
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/mpegaudio_tablegen.h

+ 1
- 1
libavcodec/mpegaudio_tablegen.h View File

@@ -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 */

Loading…
Cancel
Save