Commit 5285e8db authored by diego's avatar diego

Remove mistakenly added multiple inclusion guards.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11332 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e47c4cb6
......@@ -19,8 +19,9 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef FFMPEG_DSPUTIL_IWMMXT_RND_H
#define FFMPEG_DSPUTIL_IWMMXT_RND_H
/* This header intentionally has no multiple inclusion guards. It is meant to
* be included multiple times and generates different code depending on the
* value of certain #defines. */
void DEF(put, pixels8)(uint8_t *block, const uint8_t *pixels, const int line_size, int h)
{
......@@ -1115,5 +1116,3 @@ void DEF(avg, pixels16_xy2)(uint8_t *block, const uint8_t *pixels, const int lin
: [line_size]"r"(line_size)
: "r12", "memory");
}
#endif /* FFMPEG_DSPUTIL_IWMMXT_RND_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment