[FFmpeg-cvslog] Merge commit 'dd7e63af93b2430b5d42b87a966160c66736342c'
James Almer
git at videolan.org
Wed Mar 28 21:42:35 EEST 2018
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Wed Mar 28 15:39:08 2018 -0300| [18195e570cfb83149e5eea203b4b5ee84babd420] | committer: James Almer
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 at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=18195e570cfb83149e5eea203b4b5ee84babd420
---
configure | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure b/configure
index 1d2f4cdb1a..d12c8ba77c 100755
--- a/configure
+++ b/configure
@@ -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
======================================================================
More information about the ffmpeg-cvslog
mailing list