Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2014-01-09 17:06:31 +0400
committerDiego Biurrun <diego@biurrun.de>2014-01-09 18:09:07 +0400
commitb0be1ae792ac8bbfb0fc7b9b9cb39eaf0feb489b (patch)
treeea913c04201f37c2c02aa50229ea9088a429cec0 /libavcodec/x86/vp9dsp_init.c
parent4b48201d4d9d57a2a1ecf8504bc928aff83cb99a (diff)
x86: avcodec: Add a bunch of missing #includes for av_cold
Diffstat (limited to 'libavcodec/x86/vp9dsp_init.c')
-rw-r--r--libavcodec/x86/vp9dsp_init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/x86/vp9dsp_init.c b/libavcodec/x86/vp9dsp_init.c
index 540dc3882f..ce58c08a3b 100644
--- a/libavcodec/x86/vp9dsp_init.c
+++ b/libavcodec/x86/vp9dsp_init.c
@@ -20,6 +20,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include "libavutil/attributes.h"
#include "libavutil/cpu.h"
#include "libavutil/internal.h"
#include "libavutil/mem.h"