mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-28 03:13:08 +08:00
lavu/tests: move timer.h include earlier
In the next commit, timer.h will require a _GNU_SOURCE to be set before including system headers. This commit prevents compilation failures.
This commit is contained in:
committed by
Clément Bœsch
parent
dc27df47ff
commit
e0b9b3e60e
@@ -16,12 +16,13 @@
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#include "libavutil/timer.h"
|
||||
|
||||
#include <math.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "libavutil/libm.h"
|
||||
#include "libavutil/timer.h"
|
||||
#include "libavutil/eval.h"
|
||||
|
||||
static const double const_values[] = {
|
||||
|
||||
Reference in New Issue
Block a user