On 02/01/15 23:57, Martin Storsjö wrote:
This allows using libraries that are detected via pkg-config with msvc. (The libraries themselves may have to be built with MSVC though.) --- configure | 1 + 1 file changed, 1 insertion(+)diff --git a/configure b/configure index 1a06615..e642dbf 100755 --- a/configure +++ b/configure @@ -2705,6 +2705,7 @@ msvc_common_flags(){ -lavifil32) echo vfw32.lib ;; -lavicap32) echo vfw32.lib user32.lib ;; -l*) echo ${flag#-l}.lib ;; + -L*) echo -libpath:${flag#-L} ;; *) echo $flag ;; esac done
Ok. _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
