diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2011-12-29 16:30:19 +0100 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2011-12-29 16:30:19 +0100 |
commit | 377dfa3d9915fed6c21a6e14525b825f32380540 (patch) | |
tree | 00ffc455907b409709577e243abc30cf02399d18 | |
parent | bf5cc805190b5811b786a454f01cccf9a7e366b9 (diff) | |
download | ffmpeg-377dfa3d9915fed6c21a6e14525b825f32380540.tar.gz |
Revert "build: error on mixed declarations and code"
This reverts commit 9d6b2077b27980936efdc616e2f9c92a56b443fc.
This error is annoying while debugging, and if someone disables it for
convenience, it raises the odds of leaving ffmpeg unbuildable by default.
-rwxr-xr-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -3318,7 +3318,6 @@ elif enabled gcc; then check_cflags -fno-tree-vectorize check_cflags -Werror=implicit-function-declaration check_cflags -Werror=missing-prototypes - check_cflags -Werror=declaration-after-statement elif enabled llvm_gcc; then check_cflags -mllvm -stack-alignment=16 elif enabled clang; then |