ffmpeg/tests/checkasm
Henrik Gramner 18b101ff59 checkasm: Explicitly declare function prototypes
Now we no longer have to rely on function pointers intentionally
declared without specified argument types.

This makes it easier to support functions with floating point parameters
or return values as well as functions returning 64-bit values on 32-bit
architectures. It also avoids having to explicitly cast strides to
ptrdiff_t for example.
2015-08-19 16:17:35 +02:00
..
x86 checkasm: Explicitly declare function prototypes 2015-08-19 16:17:35 +02:00
Makefile checkasm: Explicitly declare function prototypes 2015-08-19 16:17:35 +02:00
bswapdsp.c checkasm: Explicitly declare function prototypes 2015-08-19 16:17:35 +02:00
checkasm.c checkasm: Explicitly declare function prototypes 2015-08-19 16:17:35 +02:00
checkasm.h checkasm: Explicitly declare function prototypes 2015-08-19 16:17:35 +02:00
h264pred.c checkasm: Explicitly declare function prototypes 2015-08-19 16:17:35 +02:00
h264qpel.c checkasm: Explicitly declare function prototypes 2015-08-19 16:17:35 +02:00