<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Oct 16, 2013 at 1:47 AM, JMK <span dir="ltr"><<a href="mailto:three4teen16@coldmail.nu" target="_blank">three4teen16@coldmail.nu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">This was originally posted on Doom9's forum,<br>
<br>
<a href="http://forum.doom9.org/showthread.php?p=1648065#post1648065" target="_blank">http://forum.doom9.org/showthread.php?p=1648065#post1648065</a><br>
<br>
and I'm re-posting it here,<br>
only because it seems its author hasn't joined the x265 mailing list.<br>
<br>
**********************************************<br>
<br>
# HG changeset patch<br>
# User Kurtnoise <<a href="mailto:kurtnoise@free.fr">kurtnoise@free.fr</a>><br>
# Date 1381898006 -7200<br>
#      Wed Oct 16 06:33:26 2013 +0200<br>
# Node ID 723e554191e14e6289342043225e485e656c27d7<br>
# Parent  a998daed845922b3b880b48c0cafa32c422c941e<br>
Add Windows XP support in MSVC11 builds. This requires CMake 2.8.11 or later.<br></blockquote><div><br></div><div>This would require the most recent release of CMake and MSVC 2012 Update 1, and we have no good way to query the update status of MSVC from this batch file.  This info should probably live in the build README and on the wiki.</div>
<div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<br>
diff -r a998daed8459 -r 723e554191e1 build/vc11-x86/make-solutions.bat<br>
--- a/build/vc11-x86/make-solutions.bat Tue Oct 15 20:57:47 2013 -0500<br>
+++ b/build/vc11-x86/make-solutions.bat Wed Oct 16 06:33:26 2013 +0200<br>
@@ -3,4 +3,4 @@<br>
 :: run this batch file to create a Visual Studion solution file for this project.<br>
 :: See the cmake documentation for other generator targets<br>
 ::<br>
-cmake -G "Visual Studio 11" ..\..\source && cmake-gui ..\..\source<br>
+cmake -G "Visual Studio 11" -T "v110_xp" ..\..\source && cmake-gui ..\..\source<br>
diff -r a998daed8459 -r 723e554191e1 build/vc11-x86_64/make-solutions.bat<br>
--- a/build/vc11-x86_64/make-solutions.bat      Tue Oct 15 20:57:47 2013 -0500<br>
+++ b/build/vc11-x86_64/make-solutions.bat      Wed Oct 16 06:33:26 2013 +0200<br>
@@ -3,4 +3,4 @@<br>
 :: run this batch file to create a Visual Studion solution file for this project.<br>
 :: See the cmake documentation for other generator targets<br>
 ::<br>
-cmake -G "Visual Studio 11 Win64" ..\..\source && cmake-gui ..\..\source<br>
+cmake -G "Visual Studio 11 Win64" -T "v110_xp" ..\..\source && cmake-gui ..\..\source<br>
diff -r a998daed8459 -r 723e554191e1 source/CMakeLists.txt<br>
--- a/source/CMakeLists.txt     Tue Oct 15 20:57:47 2013 -0500<br>
+++ b/source/CMakeLists.txt     Wed Oct 16 06:33:26 2013 +0200<br>
@@ -7,7 +7,7 @@<br>
 endif()<br>
<br>
 project (x265)<br>
-cmake_minimum_required (VERSION 2.8.8) # OBJECT libraries require 2.8.8<br>
+cmake_minimum_required (VERSION 2.8.11) # OBJECT libraries require 2.8.11<br>
<br>
 # X265_BUILD must be incremented each time the public API is changed<br>
 set(X265_BUILD 1)<br>
<br>
_____________________________________________________________<br>
ps. Do you like my email address? Get yourself a <a href="http://coldmail.nu" target="_blank">coldmail.nu</a> address too<br>
<a href="http://www.coldmail.nu" target="_blank">http://www.coldmail.nu</a> (it's free!)<br>
_______________________________________________<br>
x265-devel mailing list<br>
<a href="mailto:x265-devel@videolan.org">x265-devel@videolan.org</a><br>
<a href="https://mailman.videolan.org/listinfo/x265-devel" target="_blank">https://mailman.videolan.org/listinfo/x265-devel</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>Steve Borho
</div></div>