diff options
author | James Almer <jamrial@gmail.com> | 2018-03-28 15:39:08 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2018-03-28 15:39:26 -0300 |
commit | 18195e570cfb83149e5eea203b4b5ee84babd420 (patch) | |
tree | bdb059b80f2affbcd2542de3d67253cf940c428b /configure | |
parent | c00579ab32aa620116c97dbc52c4c31418bc7fbb (diff) | |
parent | dd7e63af93b2430b5d42b87a966160c66736342c (diff) | |
download | ffmpeg-18195e570cfb83149e5eea203b4b5ee84babd420.tar.gz |
Merge commit 'dd7e63af93b2430b5d42b87a966160c66736342c'
* commit 'dd7e63af93b2430b5d42b87a966160c66736342c':
configure: Restore original endianness test
The test was not changed in 67e8f476b7d3c21686a2d453d052818ac92688b3
Merging only the explanation.
Merged-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5400,6 +5400,7 @@ done check_cc pragma_deprecated "" '_Pragma("GCC diagnostic ignored \"-Wdeprecated-declarations\"")' +# The global variable ensures the bits appear unchanged in the object file. test_cc <<EOF || die "endian test failed" unsigned int endian = 'B' << 24 | 'I' << 16 | 'G' << 8 | 'E'; EOF |