mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 20:19:55 +00:00
Add missing header includes to fix 'make checkheaders'.
Originally committed as revision 14817 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
82ed0b763a
commit
ee8cc834ae
@ -22,7 +22,8 @@
|
|||||||
#ifndef FFMPEG_LPC_H
|
#ifndef FFMPEG_LPC_H
|
||||||
#define FFMPEG_LPC_H
|
#define FFMPEG_LPC_H
|
||||||
|
|
||||||
#include <inttypes.h>
|
#include <stdint.h>
|
||||||
|
#include "dsputil.h"
|
||||||
|
|
||||||
#define ORDER_METHOD_EST 0
|
#define ORDER_METHOD_EST 0
|
||||||
#define ORDER_METHOD_2LEVEL 1
|
#define ORDER_METHOD_2LEVEL 1
|
||||||
|
Loading…
Reference in New Issue
Block a user