[FFmpeg-cvslog] r14817 - trunk/libavcodec/lpc.h

diego subversion
Sun Aug 17 21:26:13 CEST 2008


Author: diego
Date: Sun Aug 17 21:26:13 2008
New Revision: 14817

Log:
Add missing header includes to fix 'make checkheaders'.


Modified:
   trunk/libavcodec/lpc.h

Modified: trunk/libavcodec/lpc.h
==============================================================================
--- trunk/libavcodec/lpc.h	(original)
+++ trunk/libavcodec/lpc.h	Sun Aug 17 21:26:13 2008
@@ -22,7 +22,8 @@
 #ifndef FFMPEG_LPC_H
 #define FFMPEG_LPC_H
 
-#include <inttypes.h>
+#include <stdint.h>
+#include "dsputil.h"
 
 #define ORDER_METHOD_EST     0
 #define ORDER_METHOD_2LEVEL  1




More information about the ffmpeg-cvslog mailing list