summaryrefslogtreecommitdiffstats
path: root/cpudetect.c
diff options
context:
space:
mode:
authorStefano Pigozzi <stefano.pigozzi@gmail.com>2012-11-03 11:37:04 +0100
committerStefano Pigozzi <stefano.pigozzi@gmail.com>2012-11-03 12:17:13 +0100
commitf79b08bf579fcaec388ef173cc737723c71ccb59 (patch)
tree5b1762ad2cf27a3be4baf1f7e94e169a104e9ee3 /cpudetect.c
parent11173115bba7747870932e16cee8c5794494bd87 (diff)
downloadmpv-f79b08bf579fcaec388ef173cc737723c71ccb59.tar.bz2
mpv-f79b08bf579fcaec388ef173cc737723c71ccb59.tar.xz
make compile with recent libav
Diffstat (limited to 'cpudetect.c')
-rw-r--r--cpudetect.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpudetect.c b/cpudetect.c
index a7a8469cbd..283600aff6 100644
--- a/cpudetect.c
+++ b/cpudetect.c
@@ -21,6 +21,7 @@
#include <stdlib.h>
#include <libavutil/cpu.h>
+#include "libav_compat.h"
#include "config.h"
#include "cpudetect.h"