From 699b3f99d0376a8fd5159bdad857228bda59cff6 Mon Sep 17 00:00:00 2001 From: Måns Rullgård 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/mpegaudiotab.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libavcodec/mpegaudiotab.h') diff --git a/libavcodec/mpegaudiotab.h b/libavcodec/mpegaudiotab.h index 6833f3c70a..7bce7280b4 100644 --- a/libavcodec/mpegaudiotab.h +++ b/libavcodec/mpegaudiotab.h @@ -27,6 +27,9 @@ * Most of them come from the mpeg audio specification. */ +#ifndef AVCODEC_MPEGAUDIOTAB_H +#define AVCODEC_MPEGAUDIOTAB_H + #include #include "mpegaudio.h" @@ -112,3 +115,4 @@ static const float fixed_smr[SBLIMIT] = { static const unsigned char nb_scale_factors[4] = { 3, 2, 1, 2 }; +#endif -- cgit v1.2.3