Commit 1bbe0e3d authored by reimar's avatar reimar

Hopefully fix sparc compilation again, add incorrectly removed variable declaration


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10649 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b2cf25a8
......@@ -3990,6 +3990,7 @@ static void MC_avg_no_round_xy_8_vis (uint8_t * dest, const uint8_t * _ref,
static int vis_level ()
{
int accel = 0;
accel |= ACCEL_SPARC_VIS;
accel |= ACCEL_SPARC_VIS2;
return accel;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment