diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-09-10 12:28:19 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-09-12 13:00:22 +0200 |
commit | e2cd766ca1b9bb2ba72aca5f6ba5d8be15743984 (patch) | |
tree | 9efed6a032fedc298b36bf7aac454f658c0f2fb3 /configure | |
parent | b1e469885362febce3d9a4678624e44a92f77da9 (diff) | |
download | ffmpeg-e2cd766ca1b9bb2ba72aca5f6ba5d8be15743984.tar.gz |
configure: Mention that icl does not build both static and shared libs
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3174,7 +3174,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" |