summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-02-23 08:20:12 +0100
committerAnton Khirnov <anton@khirnov.net>2013-03-11 18:23:18 +0100
commit7b486ab13bfcfa88a7cd92586de50e49966ec292 (patch)
tree88202ce6186411accfc1b9107cb10e31c7d48f1a /libavformat/avformat.h
parent32e5194969e026d790e72e0b3f8f254979ea0f36 (diff)
lavf: remove disabled FF_API_AV_GETTIME cruft
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index da7fb791ff..08d2f3a876 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -207,10 +207,6 @@
#include "avio.h"
#include "libavformat/version.h"
-#if FF_API_AV_GETTIME
-#include "libavutil/time.h"
-#endif
-
struct AVFormatContext;