Mercurial > libavcodec.hg
changeset 5619:accc695cad72 libavcodec
Use a consistent multiple inclusion guard.
author | diego |
---|---|
date | Thu, 30 Aug 2007 22:41:54 +0000 |
parents | ad0ab0eebd69 |
children | 8269c8349447 |
files | bfin/mathops.h |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/bfin/mathops.h Thu Aug 30 19:18:23 2007 +0000 +++ b/bfin/mathops.h Thu Aug 30 22:41:54 2007 +0000 @@ -19,8 +19,8 @@ * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef MATHOPS_BFIN -#define MATHOPS_BFIN +#ifndef AVCODEC_BFIN_MATHOPS_H +#define AVCODEC_BFIN_MATHOPS_H #ifdef CONFIG_MPEGAUDIO_HP #define MULH(X,Y) ({ int xxo; \ @@ -49,4 +49,4 @@ : "=W" (xxo) : "d" (a), "d" (b)); \ xxo; }) -#endif +#endif /* AVCODEC_BFIN_MATHOPS_H */