Commit 77ce2503 authored by reimar's avatar reimar

10l, fix incorrect endif comment.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20401 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e2500ff1
...@@ -63,6 +63,6 @@ static void mpegaudio_tableinit(void) ...@@ -63,6 +63,6 @@ static void mpegaudio_tableinit(void)
exp_table[exponent]= llrint(f); exp_table[exponent]= llrint(f);
} }
} }
#endif /* CONFIG_HARDCODED_TABLES && !TABLEGEN */ #endif /* CONFIG_HARDCODED_TABLES */
#endif /* MPEGAUDIO_TABLEGEN_H */ #endif /* MPEGAUDIO_TABLEGEN_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment