From a0a6194a26710a7ca5a42ae967432829f6e65a8d Mon Sep 17 00:00:00 2001 From: Niels Martin Hansen Date: Wed, 14 Jan 2015 01:04:45 +0100 Subject: [PATCH] Partially revert 68781a9 The change in source file paths breaks on some systems --- build/ffmpeg/ffmpeg.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/ffmpeg/ffmpeg.vcxproj b/build/ffmpeg/ffmpeg.vcxproj index 93c17deb8..68ad33834 100644 --- a/build/ffmpeg/ffmpeg.vcxproj +++ b/build/ffmpeg/ffmpeg.vcxproj @@ -63,7 +63,7 @@ > -I. -I$(MSBuildThisFileDirectory) -I$(FfmpegSrcDir) -I%(Yasm.RootDir)%(Yasm.Directory) - @(Yasm -> '%(RelativeDir)%(Filename)').obj + @(Yasm -> '%(Directory)%(Filename)').obj -m x86 -DPREFIX -Pconfig-x86.asm -m amd64 -Pconfig-x64.asm