[FFmpeg-soc] [soc]: r2710 - aac/aactab.h
superdump
subversion at mplayerhq.hu
Mon Jul 7 14:47:49 CEST 2008
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
More information about the FFmpeg-soc
mailing list