diff options
Diffstat (limited to 'contrib/ffmpeg/libavcodec/armv4l/dsputil_iwmmxt_rnd.h')
-rw-r--r-- | contrib/ffmpeg/libavcodec/armv4l/dsputil_iwmmxt_rnd.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/ffmpeg/libavcodec/armv4l/dsputil_iwmmxt_rnd.h b/contrib/ffmpeg/libavcodec/armv4l/dsputil_iwmmxt_rnd.h index 51ba61c47..f7151c7c6 100644 --- a/contrib/ffmpeg/libavcodec/armv4l/dsputil_iwmmxt_rnd.h +++ b/contrib/ffmpeg/libavcodec/armv4l/dsputil_iwmmxt_rnd.h @@ -19,6 +19,10 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +/* 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) { int stride = line_size; |