[FFmpeg-devel] [PATCH] avcodec/ppc/hevcdsp: Fix build failures with powerpc-linux-gnu-gcc-4.8 with --disable-optimizations

Carl Eugen Hoyos ceffmpeg at gmail.com
Tue Dec 4 17:33:03 EET 2018


2018-12-04 16:29 GMT+01:00, Michael Niedermayer <michael at niedermayer.cc>:
> The affected functions could also be changed into macros, this is the
> smaller change to fix it though. And avoids (probably) less readable macros

> The extra code should be optimized out when optimizations are done as all
> values are known at build after inlining.

Shouldn't this be verified?
This is speed-critical code, no?

Carl Eugen


More information about the ffmpeg-devel mailing list