From 699b3f99d0376a8fd5159bdad857228bda59cff6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Sun, 17 Jun 2007 00:01:30 +0000 Subject: add multiple inclusion guards to headers Originally committed as revision 9345 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/faandct.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libavcodec/faandct.h') diff --git a/libavcodec/faandct.h b/libavcodec/faandct.h index a7b11dc365..0fbbb58c14 100644 --- a/libavcodec/faandct.h +++ b/libavcodec/faandct.h @@ -27,9 +27,14 @@ * @author Michael Niedermayer */ +#ifndef AVCODEC_FAANDCT_H +#define AVCODEC_FAANDCT_H + #include "dsputil.h" #define FAAN_POSTSCALE void ff_faandct(DCTELEM * data); void ff_faandct248(DCTELEM * data); + +#endif -- cgit v1.2.3