• Diego Pettenò's avatar
    Rename template included sources from .h to _template.c. · 782fc0c3
    Diego Pettenò authored
    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
    782fc0c3
Name
Last commit
Last update
..
asm.S Loading commit data...
dsputil_arm.c Loading commit data...
dsputil_arm_s.S Loading commit data...
dsputil_iwmmxt.c Loading commit data...
dsputil_iwmmxt_rnd_template.c Loading commit data...
dsputil_vfp.S Loading commit data...
float_arm_vfp.c Loading commit data...
jrevdct_arm.S Loading commit data...
mathops.h Loading commit data...
mpegvideo_arm.c Loading commit data...
mpegvideo_armv5te.c Loading commit data...
mpegvideo_iwmmxt.c Loading commit data...
simple_idct_arm.S Loading commit data...
simple_idct_armv5te.S Loading commit data...
simple_idct_armv6.S Loading commit data...