mirror of
https://github.com/mpv-player/mpv
synced 2025-01-06 23:20:15 +00:00
ff322864f2
Adds support for the meson build system as well as a bit of documentation. Compatibility with the existing waf build is maintained.
5 lines
96 B
C
5 lines
96 B
C
int main(int argc, char **argv) {
|
|
float v __attribute__((vector_size(32)));
|
|
return 0;
|
|
}
|