mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:21:11 +01:00
The original problem was that FSF and Apple gcc used a different syntax
for vector declarations, i.e. {} vs. (). Nowadays Apple gcc versions support
the standard {} syntax and versions that support {} are available on all
relevant Mac OS X versions. Thus the greater compatibility is no longer
worth cluttering the code with macros.
Originally committed as revision 14366 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| postprocess.c | ||
| postprocess.h | ||
| postprocess_altivec_template.c | ||
| postprocess_internal.h | ||
| postprocess_template.c | ||