[x264-devel] commit: update msvc projectfile (Gabriel Bouvigne )

git version control git at videolan.org
Sat Apr 12 04:04:47 CEST 2008


x264 | branch: master | Gabriel Bouvigne <gabriel.bouvigne at joost.com> | Thu Apr 10 08:59:19 2008 -0600| [d4b7d2bca9a333cd88583a035ede864c1368c66c]

update msvc projectfile

> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=d4b7d2bca9a333cd88583a035ede864c1368c66c
---

 build/win32/libx264.vcproj |   29 ++++++++++++++++++++++++++++-
 1 files changed, 28 insertions(+), 1 deletions(-)

diff --git a/build/win32/libx264.vcproj b/build/win32/libx264.vcproj
index bc0558b..f3d7467 100644
--- a/build/win32/libx264.vcproj
+++ b/build/win32/libx264.vcproj
@@ -1050,7 +1050,7 @@
 					RelativePath="..\..\common\x86\dct.h">
 				</File>
 				<File
-					RelativePath="..\..\common\x86\deblock-a.asm">
+					RelativePath="..\..\common\x86\cabac-a.asm">
 					<FileConfiguration
 						Name="Release|Win32">
 						<Tool
@@ -1077,6 +1077,33 @@
 					</FileConfiguration>
 				</File>
 				<File
+					RelativePath="..\..\common\x86\deblock-a.asm">
+					<FileConfiguration
+						Name="Release|Win32">
+						<Tool
+							Name="VCCustomBuildTool"
+							Description="Assembly $(InputPath)"
+							CommandLine="nasm -I..\..\common\x86\ -f win32 -O2 -DPREFIX -o &quot;$(IntDir)\$(InputName)&quot;.obj &quot;$(InputPath)&quot;"
+							Outputs="$(IntDir)\$(InputName).obj"/>
+					</FileConfiguration>
+					<FileConfiguration
+						Name="Debug|Win32">
+						<Tool
+							Name="VCCustomBuildTool"
+							Description="Assembly $(InputPath)"
+							CommandLine="nasm -I..\..\common\x86\ -f win32 -O2 -DPREFIX -o &quot;$(IntDir)\$(InputName)&quot;.obj &quot;$(InputPath)&quot;"
+							Outputs="$(IntDir)\$(InputName).obj"/>
+					</FileConfiguration>
+					<FileConfiguration
+						Name="Release64|Win32">
+						<Tool
+							Name="VCCustomBuildTool"
+							Description="Assembly $(InputPath)"
+							CommandLine="yasm -f win32 -O2 -m AMD64 -DWIN64 -o &quot;$(IntDir)\$(InputName)&quot;.obj &quot;$(InputPath)&quot;"
+							Outputs="$(IntDir)\$(InputName).obj"/>
+					</FileConfiguration>
+				</File>
+				<File
 					RelativePath="..\..\common\x86\x86inc.asm">
 					<FileConfiguration
 						Name="Release|Win32">



More information about the x264-devel mailing list