Author: superdump Date: Mon Jul 7 14:47:49 2008 New Revision: 2710 Log: Fix make checkheaders
Modified: aac/aactab.h Modified: aac/aactab.h ============================================================================== --- aac/aactab.h (original) +++ aac/aactab.h Mon Jul 7 14:47:49 2008 @@ -30,6 +30,8 @@ #ifndef FFMPEG_AACTAB_H #define FFMPEG_AACTAB_H +#include <stdint.h> + #define TNS_MAX_ORDER 20 #define PNS_MEAN_ENERGY 3719550720.0f // sqrt(3.0) * 1<<31 _______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
