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/cookdata.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libavcodec/cookdata.h') diff --git a/libavcodec/cookdata.h b/libavcodec/cookdata.h index c376ec8ef5..1c22e8a1c0 100644 --- a/libavcodec/cookdata.h +++ b/libavcodec/cookdata.h @@ -26,6 +26,9 @@ * Cook AKA RealAudio G2 compatible decoderdata */ +#ifndef AVCODEC_COOKDATA_H +#define AVCODEC_COOKDATA_H + #include /* various data tables */ @@ -559,3 +562,5 @@ static const float cplscale6[63] = { static const float* cplscales[5] = { cplscale2, cplscale3, cplscale4, cplscale5, cplscale6, }; + +#endif -- cgit v1.2.3