mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
tests/tiny_ssim: include the 2 macros instead of a header
Should fix compilation on open solaris Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
46c48d546d
commit
e370b65897
@ -32,8 +32,8 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "libavutil/avutil.h"
|
||||
|
||||
#define FFSWAP(type,a,b) do{type SWAP_tmp= b; b= a; a= SWAP_tmp;}while(0)
|
||||
#define FFMIN(a,b) ((a) > (b) ? (b) : (a))
|
||||
|
||||
#define BIT_DEPTH 8
|
||||
#define PIXEL_MAX ((1 << BIT_DEPTH)-1)
|
||||
|
Loading…
Reference in New Issue
Block a user