# HG changeset patch # User cehoyos # Date 1267328351 0 # Node ID 6b869b5a54250ece89ab527abbf6600337f94c1f # Parent 5f7c1d0e410453fb862b1d97f823c36eb1e3b710 Include atrac.h: It contains the prototypes for atrac_generate_tables() and atrac_iqmf(). diff -r 5f7c1d0e4104 -r 6b869b5a5425 atrac.c --- a/atrac.c Sun Feb 28 03:27:10 2010 +0000 +++ b/atrac.c Sun Feb 28 03:39:11 2010 +0000 @@ -30,6 +30,7 @@ #include "avcodec.h" #include "dsputil.h" +#include "atrac.h" float sf_table[64]; float qmf_window[48];