summaryrefslogtreecommitdiffstats
path: root/cpudetect.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpudetect.c')
-rw-r--r--cpudetect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpudetect.c b/cpudetect.c
index d39026ea40..d394bdcdab 100644
--- a/cpudetect.c
+++ b/cpudetect.c
@@ -89,7 +89,7 @@ static int has_cpuid(void)
#endif
}
-static void
+void
do_cpuid(unsigned int ax, unsigned int *p)
{
// code from libavcodec: