[FFmpeg-cvslog] configure: Set the right cc_e flags for msvc
Martin Storsjö
git at videolan.org
Fri Sep 7 13:50:40 CEST 2012
ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Thu Sep 6 14:44:07 2012 +0300| [a224b2cb30759264147abda4aeb59de21966265c] | committer: Martin Storsjö
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 at martin.st>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a224b2cb30759264147abda4aeb59de21966265c
---
configure | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure b/configure
index 25a56e7..1fe505c 100755
--- a/configure
+++ b/configure
@@ -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:'
More information about the ffmpeg-cvslog
mailing list