diff options
author | Diego Biurrun <diego@biurrun.de> | 2014-01-29 13:07:57 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2014-03-13 05:50:28 -0700 |
commit | 17608f6ee3d2088cdb8d1e704276d8b34f01160d (patch) | |
tree | cba00513f1ad602173b904d92e22c9f3e1887892 /libavcodec/x86/hpeldsp_init.c | |
parent | fd9e2221bd3b2c5d62605134b62efa26eb9ef0f7 (diff) | |
download | ffmpeg-17608f6ee3d2088cdb8d1e704276d8b34f01160d.tar.gz |
x86: Add some more missing headers
Diffstat (limited to 'libavcodec/x86/hpeldsp_init.c')
-rw-r--r-- | libavcodec/x86/hpeldsp_init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/x86/hpeldsp_init.c b/libavcodec/x86/hpeldsp_init.c index c4f555c367..3a197e1727 100644 --- a/libavcodec/x86/hpeldsp_init.c +++ b/libavcodec/x86/hpeldsp_init.c @@ -26,6 +26,7 @@ #include "libavutil/cpu.h" #include "libavutil/x86/asm.h" #include "libavutil/x86/cpu.h" +#include "libavcodec/avcodec.h" #include "libavcodec/hpeldsp.h" #include "dsputil_x86.h" |