[FFmpeg-cvslog] msvc: Fix libx264 linking

Henrik Gramner git at videolan.org
Tue Feb 16 18:34:58 CET 2016


ffmpeg | branch: master | Henrik Gramner <henrik at gramner.com> | Thu Jan 28 17:11:21 2016 +0100| [389b79842c67b1f5730215a752a5f89cb1b8d9a3] | committer: Luca Barbato

msvc: Fix libx264 linking

Signed-off-by: Luca Barbato <lu_zero at gentoo.org>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=389b79842c67b1f5730215a752a5f89cb1b8d9a3
---

 configure |    1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index d16ee68..661dd3d 100755
--- a/configure
+++ b/configure
@@ -2951,6 +2951,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 ;;
             -L*)                  echo -libpath:${flag#-L} ;;
             *)                    echo $flag ;;



More information about the ffmpeg-cvslog mailing list