OSDN Git Service

vp8: Include the thread headers before using the pthread types
authorMartin Storsjö <martin@martin.st>
Sat, 14 Jul 2012 21:19:44 +0000 (00:19 +0300)
committerRonald S. Bultje <rsbultje@gmail.com>
Sun, 15 Jul 2012 02:19:33 +0000 (19:19 -0700)
commita794600c00c795b283e7864a2f55c2a3748d3560
tree5e4c304ad251c6bde539bf7a4f14633f72533b17
parent39d18f21a5fd06c79b16a505b19cbdd15c6e093c
vp8: Include the thread headers before using the pthread types

This was unnoticed on linux, since stdlib.h apparently includes
files declaring the pthread_mutex_t and pthread_cond_t types.

Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
libavcodec/vp8.c
libavcodec/vp8.h