Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Molkentin <danimo@owncloud.com>2015-08-07 10:21:08 +0300
committerDaniel Molkentin <danimo@owncloud.com>2015-08-07 10:21:08 +0300
commitc7353fc382e13ad6d28c6d0d86389a46b48f0906 (patch)
treed1f692049c85fb094e87608fe2caece1010257f3 /cmake/modules/NSIS.template.in
parentb8b4e2c09483244d26678fc3a287f0933f51b596 (diff)
Revert "win32: libwebp has been bumped to version 5"
This reverts commit 18efb211576ca0e9fce2b8f4e00977a9f4ea2ace. Our toolchain relies on an older version now that has version 4
Diffstat (limited to 'cmake/modules/NSIS.template.in')
-rw-r--r--cmake/modules/NSIS.template.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/NSIS.template.in b/cmake/modules/NSIS.template.in
index 7f02a41e3..24e49ed7d 100644
--- a/cmake/modules/NSIS.template.in
+++ b/cmake/modules/NSIS.template.in
@@ -443,7 +443,7 @@ Section "${APPLICATION_NAME}" SEC_APPLICATION
File "${MING_BIN}\libcrypto-10.dll"
File "${MING_BIN}\libssl-10.dll"
File "${MING_BIN}\libstdc++-6.dll"
- File "${MING_BIN}\libwebp-5.dll"
+ File "${MING_BIN}\libwebp-4.dll"
File "${MING_BIN}\libxslt-1.dll"
File "${MING_BIN}\libxml2-2.dll"
File "${MING_BIN}\zlib1.dll"