mpa_* stubs to make this link properly

svn path=/trunk/; revision=21317
This commit is contained in:
Richard van der Hoff 2007-04-03 13:56:19 +00:00
parent 0d949be362
commit c55799267b
1 changed files with 10 additions and 0 deletions

View File

@ -1055,3 +1055,13 @@ int main(int argc, char **argv)
printf(failure?"FAILURE\n":"SUCCESS\n");
return failure;
}
/* the following are used by packet-mpeg-audio.c; define them here to avoid
* pulling in libwiretap. */
const int mpa_versions[4];
const int mpa_layers[4];
const unsigned mpa_samples[3][3];
const unsigned mpa_bitrates[3][3][16];
const unsigned mpa_frequencies[3][4];
const unsigned mpa_padding[3];