[FFmpeg-cvslog] configure: Mention that icl does not build both static and shared libs
Diego Biurrun
git at videolan.org
Thu Sep 12 15:02:24 CEST 2013
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Tue Sep 10 12:28:19 2013 +0200| [e2cd766ca1b9bb2ba72aca5f6ba5d8be15743984] | committer: Diego Biurrun
configure: Mention that icl does not build both static and shared libs
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e2cd766ca1b9bb2ba72aca5f6ba5d8be15743984
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index 3936191..e6f8b52 100755
--- a/configure
+++ b/configure
@@ -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"
More information about the ffmpeg-cvslog
mailing list