<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'># HG changeset patch<br># User xantares <xantares09@hotmail.com><br># Date 1405582179 -7200<br># Node ID e16d42ca677c83d9a70e143091949c1861487181<br># Parent  f0d157944c556ab6ea77060b5c49093e356664df<br>Fix dll installation directory.<br><br>diff -r f0d157944c55 -r e16d42ca677c source/CMakeLists.txt<br>--- a/source/CMakeLists.txt     Thu Jul 17 00:37:00 2014 -0500<br>+++ b/source/CMakeLists.txt     Thu Jul 17 09:29:39 2014 +0200<br>@@ -285,7 +285,8 @@<br>         set_target_properties(x265-shared PROPERTIES VERSION ${X265_LATEST_TAG})<br>         install(TARGETS x265-shared<br>                 LIBRARY DESTINATION ${LIB_INSTALL_DIR}<br>-                ARCHIVE DESTINATION ${LIB_INSTALL_DIR})<br>+                ARCHIVE DESTINATION ${LIB_INSTALL_DIR}<br>+                RUNTIME DESTINATION ${BIN_INSTALL_DIR})<br>     endif()<br> endif()<br>                                         </div></body>
</html>