Browse Source
lavu: add missing log.h include in timer.h
tags/n2.2-rc1
Janne Grunau
11 years ago
1 changed files with
2 additions and
0 deletions
-
libavutil/timer.h
|
|
@@ -32,6 +32,8 @@ |
|
|
|
|
|
|
|
#include "config.h" |
|
|
|
|
|
|
|
#include "log.h" |
|
|
|
|
|
|
|
#if ARCH_ARM |
|
|
|
# include "arm/timer.h" |
|
|
|
#elif ARCH_BFIN |
|
|
|