Compiler.h: require gcc 4.7 or newer

The ScopeExit library uses C++11 initializers, which gcc 4.6 does not
support.  Let's kill support for this ancient incomplete C++11
compiler, nobody should be using it anymore.
This commit is contained in:
Max Kellermann
2016-07-29 09:52:23 +02:00
parent 8825393660
commit 77c6e45e65
4 changed files with 4 additions and 3 deletions

1
NEWS
View File

@@ -3,6 +3,7 @@ ver 0.19.18 (not yet released)
- ffmpeg: fix crash with older FFmpeg versions (< 3.0)
- ffmpeg: log detailed error message
- ffmpeg: support FFmpeg 3.1
* require gcc 4.7 or newer
ver 0.19.17 (2016/07/09)
* decoder