Mercurial > mplayer.hg
diff mp3lib/sr1.c @ 30682:5fdc3c62cf76
Fix compilation: the dct64_MMX_func variable should be declared only once,
not every time the header is included.
author | reimar |
---|---|
date | Tue, 23 Feb 2010 22:29:57 +0000 |
parents | fbb18bfa2dfe |
children | 0ad2da052b2e |
line wrap: on
line diff
--- a/mp3lib/sr1.c Tue Feb 23 20:16:30 2010 +0000 +++ b/mp3lib/sr1.c Tue Feb 23 22:29:57 2010 +0000 @@ -387,6 +387,8 @@ /* PUBLIC FUNCTIONS */ /******************************************************************************/ +void (*dct64_MMX_func)(short *, short *, real *); + #include "layer2.c" #include "layer3.c" #include "layer1.c"