-
- Downloads
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
Showing
- libavcodec/armv4l/dsputil_iwmmxt.c 2 additions, 2 deletionslibavcodec/armv4l/dsputil_iwmmxt.c
- libavcodec/armv4l/dsputil_iwmmxt_rnd_template.c 0 additions, 0 deletionslibavcodec/armv4l/dsputil_iwmmxt_rnd_template.c
- libavcodec/i386/dsputil_mmx.c 4 additions, 4 deletionslibavcodec/i386/dsputil_mmx.c
- libavcodec/i386/dsputil_mmx_avg_template.c 0 additions, 0 deletionslibavcodec/i386/dsputil_mmx_avg_template.c
- libavcodec/i386/dsputil_mmx_qns_template.c 0 additions, 0 deletionslibavcodec/i386/dsputil_mmx_qns_template.c
- libavcodec/i386/dsputil_mmx_rnd_template.c 0 additions, 0 deletionslibavcodec/i386/dsputil_mmx_rnd_template.c
- libavcodec/i386/dsputilenc_mmx.c 3 additions, 3 deletionslibavcodec/i386/dsputilenc_mmx.c
- libavcodec/imgconvert.c 5 additions, 5 deletionslibavcodec/imgconvert.c
- libavcodec/imgconvert_template.c 0 additions, 0 deletionslibavcodec/imgconvert_template.c
Loading
Please register or sign in to comment