diff options
author | Martin Storsjö <martin@martin.st> | 2013-11-14 11:58:37 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2013-11-21 12:35:24 +0200 |
commit | ea9f7173ae912566e26e9ab7bf89a75b42a72f8d (patch) | |
tree | ead4a966c18b80ef0cf8dc384b3ef2650df2042c /avconv.c | |
parent | a7b87ca9111bafb220ab94d53ab4e4ed48111800 (diff) | |
download | ffmpeg-ea9f7173ae912566e26e9ab7bf89a75b42a72f8d.tar.gz |
configure: Avoid requiring c99wrap for working around msys path issues
Msys is unable to convert unix style absolute paths to windows style
paths when combined with certain multichar MSVC options such as
-Fo<file>. We used to work around this issue by passing them as two
separate parameters separated by a space to c99wrap, which then mapped
them back to the actual parameter format that MSVC uses.
The only paths that actually are an issue are absolute unix style
paths, and the only place such absolute paths are used with the output
arguments (-Fo, -Fe, -Fi, -out:) are for the temp files within configure.
By setting TMPDIR to . for msvc/icl builds, we never need to use
absolute unix style paths for the file output, and we can use the
actual proper form of the file output parameters. This avoids requiring
the c99wrap wrapper for remapping the parameters for cases where the
c99 converter isn't invoked at all (MSVC2013 and ICL).
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'avconv.c')
0 files changed, 0 insertions, 0 deletions