Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove obsolete and misleading comments. | Diego Biurrun | 2008-12-17 | 1 | -4/+0 |
| | | | | Originally committed as revision 16178 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Rename template included sources from .h to _template.c. | Diego Pettenò | 2008-10-27 | 1 | -0/+879 |
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 |