[FFmpeg-cvslog] msvc: Fix libx264 linking
Henrik Gramner
git at videolan.org
Sun Jan 31 22:15:31 CET 2016
ffmpeg | branch: master | Henrik Gramner <henrik at gramner.com> | Wed Jan 27 22:41:43 2016 +0100| [58313f2dda0a01add2d3d3d33f0b9eadfee1ff05] | committer: Henrik Gramner
msvc: Fix libx264 linking
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=58313f2dda0a01add2d3d3d33f0b9eadfee1ff05
---
configure | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure b/configure
index d7029c3..44ecfc8 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} ;;
More information about the ffmpeg-cvslog
mailing list