Skip to content
Snippets Groups Projects
Commit 4a99134f authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

tools/crypto_bench: fix build when AV_READ_TIME is unavailable

parent d469aa8c
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,10 @@
#include "libavutil/intreadwrite.h"
#include "libavutil/timer.h"
#ifndef AV_READ_TIME
#define AV_READ_TIME(x) 0
#endif
#if HAVE_UNISTD_H
#include <unistd.h> /* for getopt */
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment