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/mpcdata.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libavcodec/mpcdata.h') diff --git a/libavcodec/mpcdata.h b/libavcodec/mpcdata.h index 6316627fd9..ef49c39f4c 100644 --- a/libavcodec/mpcdata.h +++ b/libavcodec/mpcdata.h @@ -20,6 +20,9 @@ * */ +#ifndef AVCODEC_MPCDATA_H +#define AVCODEC_MPCDATA_H + #include static const int8_t mpc_idx30[] = { -1, 0, 1,-1, 0, 1,-1, 0, 1,-1, 0, 1,-1, 0, 1,-1, 0, 1,-1, 0, 1,-1, 0, 1,-1, 0, 1}; @@ -206,3 +209,5 @@ static const float mpc7_SCF[128] = { 0.000000092001613439, 0.000000076635565449, 0.000000063835940978, 0.000000053174105119, 0.000000044293003043, 0.000000036895215771, 0.000000030733001921, 0.000000025599996789 }; + +#endif -- cgit v1.2.3