summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript9
1 files changed, 0 insertions, 9 deletions
diff --git a/wscript b/wscript
index 074fe8277e..87a3bd6f65 100644
--- a/wscript
+++ b/wscript
@@ -411,15 +411,6 @@ FFmpeg libraries. Git master is recommended."
'name': '--libavdevice',
'desc': 'libavdevice',
'func': check_pkg_config('libavdevice', '>= 57.0.0'),
- }, {
- # The following should be removed in 2022 or if libavformat requirement
- # is bumped to >= 59.8.100
- 'name': 'ffmpeg-aviocontext-bytes-read',
- 'desc': 'FFmpeg AVIOContext bytes_read statistic field',
- 'deps': 'ffmpeg',
- 'func': check_statement(['libavformat/avio.h'],
- '(struct AVIOContext){ 0 }.bytes_read = 7357',
- use=['ffmpeg']),
}
]