From b46aae093634271931395d65f422f4b2a23112d3 Mon Sep 17 00:00:00 2001 From: Andreas Cadhalpun Date: Mon, 25 Jan 2016 01:42:23 +0100 Subject: 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 Signed-off-by: Andreas Cadhalpun --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') 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 -- cgit v1.2.3