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/vorbis_enc_data.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libavcodec/vorbis_enc_data.h') diff --git a/libavcodec/vorbis_enc_data.h b/libavcodec/vorbis_enc_data.h index 5d5e4cad90..82ca514df0 100644 --- a/libavcodec/vorbis_enc_data.h +++ b/libavcodec/vorbis_enc_data.h @@ -18,6 +18,9 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#ifndef AVCODEC_VORBIS_ENC_DATA_H +#define AVCODEC_VORBIS_ENC_DATA_H + #include static const uint8_t codebook0[] = { @@ -498,3 +501,5 @@ static const struct { { 4, 2, 2, (const int[]){ -1, 9, 10, 11 } }, { 3, 2, 3, (const int[]){ -1, 12, 13, 14 } }, }; + +#endif -- cgit v1.2.3