Merge remote-tracking branch 'qatar/master'
* qatar/master: configure: spelling cosmetics dctref: make sure function declarations match between .c and .h file x86: fix build with gcc 4.7 Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
f52ad8cedd
@ -22,10 +22,8 @@
|
|||||||
#ifndef AVCODEC_DCTREF_H
|
#ifndef AVCODEC_DCTREF_H
|
||||||
#define AVCODEC_DCTREF_H
|
#define AVCODEC_DCTREF_H
|
||||||
|
|
||||||
#include "dsputil.h"
|
void ff_ref_fdct(short *block);
|
||||||
|
void ff_ref_idct(short *block);
|
||||||
void ff_ref_fdct(DCTELEM *block);
|
|
||||||
void ff_ref_idct(DCTELEM *block);
|
|
||||||
void ff_ref_dct_init(void);
|
void ff_ref_dct_init(void);
|
||||||
|
|
||||||
#endif /* AVCODEC_DCTREF_H */
|
#endif /* AVCODEC_DCTREF_H */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user