From 58313f2dda0a01add2d3d3d33f0b9eadfee1ff05 Mon Sep 17 00:00:00 2001 From: Henrik Gramner Date: Wed, 27 Jan 2016 22:41:43 +0100 Subject: [PATCH] msvc: Fix libx264 linking --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index d7029c374c..44ecfc83b8 100755 --- a/configure +++ b/configure @@ -3547,6 +3547,7 @@ msvc_common_flags(){ -lz) echo zlib.lib ;; -lavifil32) echo vfw32.lib ;; -lavicap32) echo vfw32.lib user32.lib ;; + -lx264) echo libx264.lib ;; -l*) echo ${flag#-l}.lib ;; -LARGEADDRESSAWARE) echo $flag ;; -L*) echo -libpath:${flag#-L} ;;