You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-30 22:24:04 +02:00
Hopefully fix sparc compilation again, add incorrectly removed variable declaration
Originally committed as revision 10649 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -3990,6 +3990,7 @@ static void MC_avg_no_round_xy_8_vis (uint8_t * dest, const uint8_t * _ref,
|
|||||||
|
|
||||||
static int vis_level ()
|
static int vis_level ()
|
||||||
{
|
{
|
||||||
|
int accel = 0;
|
||||||
accel |= ACCEL_SPARC_VIS;
|
accel |= ACCEL_SPARC_VIS;
|
||||||
accel |= ACCEL_SPARC_VIS2;
|
accel |= ACCEL_SPARC_VIS2;
|
||||||
return accel;
|
return accel;
|
||||||
|
Reference in New Issue
Block a user