[x265] [PATCH] cmake: Enable detecting vtune-2017

Pradeep Ramachandran pradeep at multicorewareinc.com
Fri Feb 3 13:00:38 CET 2017


# HG changeset patch
# User Pradeep Ramachandran <pradeep at multicorewareinc.com>
# Date 1486123227 -19800
#      Fri Feb 03 17:30:27 2017 +0530
# Node ID 20141129537b00b09d66f50082059a91b0b7e7f1
# Parent  fa52b516f5ff122c4486ed840c5bf1de3c06e974
cmake: Enable detecting vtune-2017

diff -r fa52b516f5ff -r 20141129537b source/cmake/FindVtune.cmake
--- a/source/cmake/FindVtune.cmake	Mon Jan 30 10:35:00 2017 +0530
+++ b/source/cmake/FindVtune.cmake	Fri Feb 03 17:30:27 2017 +0530
@@ -15,7 +15,7 @@
     else()
         NAMES amplxe-vars.bat
     endif(UNIX)
-    HINTS $ENV{VTUNE_AMPLIFIER_XE_2016_DIR} $ENV{VTUNE_AMPLIFIER_XE_2015_DIR}
+    HINTS $ENV{VTUNE_AMPLIFIER_XE_2017_DIR} $ENV{VTUNE_AMPLIFIER_XE_2016_DIR} $ENV{VTUNE_AMPLIFIER_XE_2015_DIR}
     DOC "Vtune root directory")
 
 set (VTUNE_INCLUDE_DIR ${VTUNE_DIR}/include)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: x265.patch
Type: text/x-patch
Size: 830 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20170203/f36aab4d/attachment.bin>


More information about the x265-devel mailing list