diff options
author | Martin Storsjö <martin@martin.st> | 2012-09-06 14:44:07 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-09-06 17:05:10 +0300 |
commit | a224b2cb30759264147abda4aeb59de21966265c (patch) | |
tree | d4889578891db4a04772c2eafc5f83921357873a /configure | |
parent | 2b3660084f03c9dbf052e64229b3316ac40c0edf (diff) | |
download | ffmpeg-a224b2cb30759264147abda4aeb59de21966265c.tar.gz |
configure: Set the right cc_e flags for msvc
The default ones work, but outputs the preprocessed file on stdout
(into config.log).
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2317,6 +2317,7 @@ probe_cc(){ _ld_o='-Fe$@' fi _cc_o='-Fo $@' + _cc_e='-P -Fi $@' _flags_filter=msvc_flags _ld_lib='lib%.a' _ld_path='-libpath:' |