FFmpeg/libavcodec/armv4l
Diego Pettenò 782fc0c36f Rename template included sources from .h to _template.c.
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
2008-10-27 14:35:58 +00:00
..
asm.S ARM: add some assembler convenience macros 2008-10-27 00:25:06 +00:00
dsputil_arm_s.S ARM: move add_pixels_clamped_ARM() to dsputil_arm_s.S 2008-10-27 00:25:19 +00:00
dsputil_arm.c ARM: move add_pixels_clamped_ARM() to dsputil_arm_s.S 2008-10-27 00:25:19 +00:00
dsputil_iwmmxt_rnd_template.c Rename template included sources from .h to _template.c. 2008-10-27 14:35:58 +00:00
dsputil_iwmmxt.c Rename template included sources from .h to _template.c. 2008-10-27 14:35:58 +00:00
dsputil_vfp.S ARM: move VFP DSP functions to dsputils_vfp.S 2008-10-27 00:25:16 +00:00
float_arm_vfp.c ARM: move VFP DSP functions to dsputils_vfp.S 2008-10-27 00:25:16 +00:00
jrevdct_arm.S ARM: use new macros for assembler function labels 2008-10-27 00:25:09 +00:00
mathops.h Convert asm keyword into __asm__. 2008-10-16 13:34:09 +00:00
mpegvideo_arm.c Use full path for #includes from another directory. 2008-05-09 11:56:36 +00:00
mpegvideo_armv5te.c Convert asm keyword into __asm__. 2008-10-16 13:34:09 +00:00
mpegvideo_iwmmxt.c Convert asm keyword into __asm__. 2008-10-16 13:34:09 +00:00
simple_idct_arm.S ARM: use new macros for assembler function labels 2008-10-27 00:25:09 +00:00
simple_idct_armv5te.S ARM: use new macros for assembler function labels 2008-10-27 00:25:09 +00:00
simple_idct_armv6.S ARM: use new macros for assembler function labels 2008-10-27 00:25:09 +00:00