We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Avutil deprecated DECLARE_ALIGNED. To successfully build you can make the the following changes. This works on Mac Ventura 13.5.2, 2018 Mac mini i7.
In comskip.c, edit following lines:
737 static long histogram[256]; 738 static long lastHistogram[256]; ... 10100 static int own_histogram[OWN_HISTOGRAM_WIDTH][OWN_HISTOGRAM_HEIGHT];
In mpeg2dec.c, edit following line:
352 static short audio_buffer[AUDIOBUFFER];
The text was updated successfully, but these errors were encountered:
Fix for deprecation of DECLARE_ALIGNED erikkaashoek#164
82f8ec6
e06d024
3f940e6
7ccc610
No branches or pull requests
Avutil deprecated DECLARE_ALIGNED. To successfully build you can make the the following changes. This works on Mac Ventura 13.5.2, 2018 Mac mini i7.
In comskip.c, edit following lines:
In mpeg2dec.c, edit following line:
The text was updated successfully, but these errors were encountered: