[x265] Fix dll installation, only affects win32 platforms (mingw)
xantares 09
xantares09 at hotmail.com
Thu Jul 17 09:33:30 CEST 2014
# HG changeset patch
# User xantares <xantares09 at hotmail.com>
# Date 1405582179 -7200
# Node ID e16d42ca677c83d9a70e143091949c1861487181
# Parent f0d157944c556ab6ea77060b5c49093e356664df
Fix dll installation directory.
diff -r f0d157944c55 -r e16d42ca677c source/CMakeLists.txt
--- a/source/CMakeLists.txt Thu Jul 17 00:37:00 2014 -0500
+++ b/source/CMakeLists.txt Thu Jul 17 09:29:39 2014 +0200
@@ -285,7 +285,8 @@
set_target_properties(x265-shared PROPERTIES VERSION ${X265_LATEST_TAG})
install(TARGETS x265-shared
LIBRARY DESTINATION ${LIB_INSTALL_DIR}
- ARCHIVE DESTINATION ${LIB_INSTALL_DIR})
+ ARCHIVE DESTINATION ${LIB_INSTALL_DIR}
+ RUNTIME DESTINATION ${BIN_INSTALL_DIR})
endif()
endif()
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20140717/99e59132/attachment.html>
More information about the x265-devel
mailing list