mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
d1157d471f
This change gets printvideo working on aarch64. Performance improvements have been introduced for magikarp decimation on aarch64. The last of the old portable x86 intrinsics library is gone, but it still lives in Blink
9 lines
200 B
C
9 lines
200 B
C
__notice(pl_mpeg_notice, "\
|
|
PL_MPEG (MIT License)\n\
|
|
Copyright(c) 2019 Dominic Szablewski\n\
|
|
https://phoboslab.org");
|
|
|
|
long plmpegdecode_latency_;
|
|
|
|
#define PL_MPEG_IMPLEMENTATION
|
|
#include "pl_mpeg.h"
|