Rename template included sources from .h to _template.c.
authorDiego Pettenò <flameeyes@gmail.com>
Mon, 27 Oct 2008 14:35:58 +0000 (14:35 +0000)
committerDiego Pettenò <flameeyes@gmail.com>
Mon, 27 Oct 2008 14:35:58 +0000 (14:35 +0000)
commit782fc0c36f933048372554aa3c4a28851b929a8c
tree5d27db213cac9b7cf885e2cee2cea47475f9411e
parent485ec4f11e15dcbb74e2829373e332d3f37a6488
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
14 files changed:
libavcodec/armv4l/dsputil_iwmmxt.c
libavcodec/armv4l/dsputil_iwmmxt_rnd.h [deleted file]
libavcodec/armv4l/dsputil_iwmmxt_rnd_template.c [new file with mode: 0644]
libavcodec/i386/dsputil_mmx.c
libavcodec/i386/dsputil_mmx_avg.h [deleted file]
libavcodec/i386/dsputil_mmx_avg_template.c [new file with mode: 0644]
libavcodec/i386/dsputil_mmx_qns.h [deleted file]
libavcodec/i386/dsputil_mmx_qns_template.c [new file with mode: 0644]
libavcodec/i386/dsputil_mmx_rnd.h [deleted file]
libavcodec/i386/dsputil_mmx_rnd_template.c [new file with mode: 0644]
libavcodec/i386/dsputilenc_mmx.c
libavcodec/imgconvert.c
libavcodec/imgconvert_template.c [new file with mode: 0644]
libavcodec/imgconvert_template.h [deleted file]