x86: avcodec: Add a bunch of missing #includes for av_cold

This commit is contained in:
Diego Biurrun
2014-01-09 14:06:31 +01:00
parent 4b48201d4d
commit b0be1ae792
6 changed files with 6 additions and 0 deletions

View File

@@ -19,6 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "libavutil/attributes.h"
#include "libavutil/cpu.h"
#include "libavutil/x86/asm.h"
#include "libavutil/x86/cpu.h"