mirror of
https://github.com/mpv-player/mpv
synced 2025-02-16 20:27:23 +00:00
Add missing declaration for dct64_altivec, fixes the warning:
In file included from layer3.c:1171, from sr1.c:391: decod386.c: In function 'synth_1to1': decod386.c:145: warning: implicit declaration of function 'dct64_altivec' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25376 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9fc4150e7d
commit
c927397b78
@ -386,6 +386,8 @@ retry1:
|
||||
|
||||
static int _has_mmx = 0; // used by layer2.c, layer3.c to pre-scale coeffs
|
||||
|
||||
extern void dct64_altivec(real *, real *, real *);
|
||||
|
||||
#include "layer2.c"
|
||||
#include "layer3.c"
|
||||
#include "layer1.c"
|
||||
|
Loading…
Reference in New Issue
Block a user