[FFmpeg-soc] [soc]: r2860 - aac/aac.c
superdump
subversion at mplayerhq.hu
Sun Jul 27 22:59:00 CEST 2008
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
More information about the FFmpeg-soc
mailing list