diff options
author | Andreas Cadhalpun | 2016-01-25 01:42:23 +0100 |
---|---|---|
committer | Andreas Cadhalpun | 2016-01-25 20:43:34 +0100 |
commit | b46aae093634271931395d65f422f4b2a23112d3 (patch) | |
tree | 1f7118bfbb0fb1ba4fcbf7caba4caaf9988630b1 /.gitignore | |
parent | 8b02af1e6fbb0d782f3561afd82f66edc7fa8ae0 (diff) |
build: use a link instead of changing current directory when compiling
If links don't work, fall back to using the full source path as was
previously done.
This should fix build failures with MSVC.
Reviewed-by: Hendrik Leppkes <h.leppkes@gmail.com>
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 93b0dca40a..9fc0ac269c 100644 --- a/.gitignore +++ b/.gitignore @@ -64,6 +64,7 @@ /libavcodec/*_tables.h /libavutil/avconfig.h /libavutil/ffversion.h +/src /tests/audiogen /tests/base64 /tests/checkasm/checkasm |