[FFmpeg-cvslog] configure: fix alphabetical order of previous commit
Michael Niedermayer
git at videolan.org
Sat Jul 12 23:39:59 CEST 2014
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat Jul 12 23:24:16 2014 +0200| [12dddfed03470b3c8212a3a112312ce50eff4827] | committer: Michael Niedermayer
configure: fix alphabetical order of previous commit
Was requested in review
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=12dddfed03470b3c8212a3a112312ce50eff4827
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index a89639d..b68e0db 100755
--- a/configure
+++ b/configure
@@ -5066,8 +5066,8 @@ elif enabled ccc; then
add_cflags -msg_disable unsupieee
elif enabled gcc; then
check_optflags -fno-tree-vectorize
- check_cflags -Werror=implicit-function-declaration
check_cflags -Werror=format-security
+ check_cflags -Werror=implicit-function-declaration
check_cflags -Werror=missing-prototypes
check_cflags -Werror=return-type
check_cflags -Werror=vla
More information about the ffmpeg-cvslog
mailing list