[libav-devel] [PATCH 1/3] configure: Mention that icl does not build both static and shared libs

2013-09-11 Thread Diego Biurrun
---

Confirmation for this would be good, I believe it is the case.

 configure |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index a0d2d54..3436f47 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
-- 
1.7.9.5

___
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel


Re: [libav-devel] [PATCH 1/3] configure: Mention that icl does not build both static and shared libs

2013-09-11 Thread Alex Smith
On Wed, Sep 11, 2013 at 5:51 AM, Diego Biurrun di...@biurrun.de wrote:
 ---

 Confirmation for this would be good, I believe it is the case.

I'm going to assume you mean this one when you poked me on IRC.

Yes, the behavior is the same.  They're designed to basically be interchangeable
with no/minimal effort so you can assume in most cases it's going to behave the
same (except you're now ricing).
___
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel