mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-20 22:40:47 +00:00
782fc0c36f
There are multiple source files that are #include'd rather than compiled, as they are used as template for generation of similar code, like asm-optimised code. Some of these files are right now named with a .h extension, although they are not header in any reasonable sense. Rename them so that instead of being named with .h extension they are named with _template.c as final part. Originally committed as revision 15730 to svn://svn.ffmpeg.org/ffmpeg/trunk |
||
---|---|---|
.. | ||
asm.S | ||
dsputil_arm_s.S | ||
dsputil_arm.c | ||
dsputil_iwmmxt_rnd_template.c | ||
dsputil_iwmmxt.c | ||
dsputil_vfp.S | ||
float_arm_vfp.c | ||
jrevdct_arm.S | ||
mathops.h | ||
mpegvideo_arm.c | ||
mpegvideo_armv5te.c | ||
mpegvideo_iwmmxt.c | ||
simple_idct_arm.S | ||
simple_idct_armv5te.S | ||
simple_idct_armv6.S |