diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2008-02-03 21:33:26 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2008-02-03 21:33:26 +0000 |
commit | 9aceb3cfbc7a80bd9b0c324597933676bb2ca4ad (patch) | |
tree | a75147a5370e589fe85a7be7ee0e29ba6217660f /configure | |
parent | 704abfec0536699c772f775a23ef814f12797571 (diff) | |
download | ffmpeg-9aceb3cfbc7a80bd9b0c324597933676bb2ca4ad.tar.gz |
Make string constants const. Why is this not default?
Originally committed as revision 11835 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1785,6 +1785,7 @@ check_cflags -Wpointer-arith check_cflags -Wredundant-decls check_cflags -Wno-pointer-sign check_cflags -Wcast-qual +check_cflags -Wwrite-strings enabled extra_warnings && check_cflags -Winline # add some linker flags |