CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2026/01/20 10:22:00
Added files:
graphics/ffmpeg/patches: patch-libavcodec_cabac_functions_h
Log message:
Tentative fix for ffmpeg on mips64
Avoid building code that clang rejects:
:src/libavcodec/mips/cabac.h:160:77: error: instruction requires a CPU feature
not currently enabled
: 160 | PTR_SUBU "%[tmp1], %[c_low], %[tmp1]
\n\t"
: |
^
:<inline asm>:13:2: note: instantiated into assembly here
: 13 | movz $15, $13, $24
: | ^
A smarter approach is left as an exercise for the reader.