mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-12-24 11:52:06 +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
@@ -17,12 +17,14 @@
|
||||
*/
|
||||
|
||||
// LCOV_EXCL_START
|
||||
|
||||
#include "libavutil/timer.h"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "libavutil/common.h"
|
||||
#include "libavutil/base64.h"
|
||||
#include "libavutil/timer.h"
|
||||
|
||||
#define MAX_DATA_SIZE 1024
|
||||
#define MAX_ENCODED_SIZE 2048
|
||||
|
||||
Reference in New Issue
Block a user