Author: superdump Date: Sun Jul 27 22:59:00 2008 New Revision: 2860 Log: Add missing headers rather than assuming their inclusion from other headers
Modified: aac/aac.c Modified: aac/aac.c ============================================================================== --- aac/aac.c (original) +++ aac/aac.c Sun Jul 27 22:59:00 2008 @@ -100,6 +100,8 @@ #include "mpeg4audio.h" #include <assert.h> +#include <math.h> +#include <string.h> #define MAX_CHANNELS 64 #define MAX_TAGID 16 _______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
