• Daniel Kolesa's avatar
    swscale: Replace illegal vector keyword usage in altivec code · 1bdb47b7
    Daniel Kolesa authored
    While this technically compiles in current ffmpeg, this is only
    because ffmpeg is compiled in strict ISO C mode, which disables
    the builtin 'vector' keyword for AltiVec/VSX. Instead this gets
    replaced with a macro inside altivec.h, which defines vector to
    be actually __vector, which accepts random types.
    
    Normally, the vector keyword should be used only with plain
    scalar non-typedef types, such as unsigned int. But we have the
    vec_(s|u)(8|16|32) macros, which can be used in a portable manner,
    in util_altivec.h in libavutil.
    
    This is also consistent with other AltiVec/VSX code elsewhere in
    the tree.
    
    Fixes #7861.
    Signed-off-by: 's avatarDaniel Kolesa <daniel@octaforge.org>
    Signed-off-by: 's avatarLauri Kasanen <cand@gmx.com>
    1bdb47b7
Name
Last commit
Last update
compat Loading commit data...
doc Loading commit data...
ffbuild Loading commit data...
fftools Loading commit data...
libavcodec Loading commit data...
libavdevice Loading commit data...
libavfilter Loading commit data...
libavformat Loading commit data...
libavresample Loading commit data...
libavutil Loading commit data...
libpostproc Loading commit data...
libswresample Loading commit data...
libswscale Loading commit data...
presets Loading commit data...
tests Loading commit data...
tools Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.md Loading commit data...
COPYING.GPLv2 Loading commit data...
COPYING.GPLv3 Loading commit data...
COPYING.LGPLv2.1 Loading commit data...
COPYING.LGPLv3 Loading commit data...
CREDITS Loading commit data...
Changelog Loading commit data...
INSTALL.md Loading commit data...
LICENSE.md Loading commit data...
MAINTAINERS Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
RELEASE Loading commit data...
configure Loading commit data...