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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-09-12 16:57:08 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-09-12 16:57:23 +0400
commit07f6a3d7873404d3600c536c02fbbda2d6dc0652 (patch)
treeb528c07b0a557082d254b6bff54ee371ea356149 /configure
parentfa9e8bafc832dc934ea0b7861e341b948289419c (diff)
parente2cd766ca1b9bb2ba72aca5f6ba5d8be15743984 (diff)
Merge commit 'e2cd766ca1b9bb2ba72aca5f6ba5d8be15743984'
* commit 'e2cd766ca1b9bb2ba72aca5f6ba5d8be15743984': configure: Mention that icl does not build both static and shared libs Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 4ff97b4b14..8fee6a52e8 100755
--- a/configure
+++ b/configure
@@ -3552,7 +3552,7 @@ case $target_os in
# Link to the import library instead of the normal static library
# for shared libs.
LD_LIB='%.lib'
- # Cannot build shared and static libs at the same time with MSVC.
+ # Cannot build both shared and static libs with MSVC or icl.
disable static
fi
shlibdir_default="$bindir_default"