aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/i386/dsputil_mmx_avg.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-10-17 09:31:06 +0000
committerDiego Biurrun <diego@biurrun.de>2007-10-17 09:31:06 +0000
commit31b2c1446f7cc7c10f217093f695edfc1b1be498 (patch)
treec7f96030dc8545b85ce5c91d20c698031a5a8d9d /libavcodec/i386/dsputil_mmx_avg.h
parentca34b9e61551506aab28a0839999d6caa05dcece (diff)
downloadffmpeg-31b2c1446f7cc7c10f217093f695edfc1b1be498.tar.gz
Add missing multiple inclusion guards.
Originally committed as revision 10763 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/i386/dsputil_mmx_avg.h')
-rw-r--r--libavcodec/i386/dsputil_mmx_avg.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavcodec/i386/dsputil_mmx_avg.h b/libavcodec/i386/dsputil_mmx_avg.h
index d37d300646..63c714a144 100644
--- a/libavcodec/i386/dsputil_mmx_avg.h
+++ b/libavcodec/i386/dsputil_mmx_avg.h
@@ -24,6 +24,9 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#ifndef FFMPEG_DSPUTIL_MMX_AVG_H
+#define FFMPEG_DSPUTIL_MMX_AVG_H
+
/* XXX: we use explicit registers to avoid a gcc 2.95.2 register asm
clobber bug - now it will work with 2.95.2 and also with -fPIC
*/
@@ -869,3 +872,5 @@ QPEL_2TAP_L3(avg_)
QPEL_2TAP_L3(put_)
#undef STORE_OP
#undef QPEL_2TAP_L3
+
+#endif /* FFMPEG_DSPUTIL_MMX_AVG_H */