Author: superdump Date: Tue Dec 4 01:04:28 2007 New Revision: 1505 Log: Multiple inclusion protection and include inttypes.h
Modified: amr/amrnbfloatdata.h Modified: amr/amrnbfloatdata.h ============================================================================== --- amr/amrnbfloatdata.h (original) +++ amr/amrnbfloatdata.h Tue Dec 4 01:04:28 2007 @@ -25,7 +25,10 @@ * AMR narrowband data and definitions */ +#ifndef FFMPEG_AMRNBFLOATDATA_H +#define FFMPEG_AMRNBFLOATDATA_H +#include <inttypes.h> #include <math.h> // general definitions @@ -2057,3 +2060,6 @@ static const float ir_filter_medium[AMR_ /**************************** end of tables *****************************/ + +#endif /* FFMPEG_AMRNBFLOATDATA_H */ + _______________________________________________ FFmpeg-soc mailing list [email protected] http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
