Module: libav
Branch: master
Commit: 389b79842c67b1f5730215a752a5f89cb1b8d9a3

Author:    Henrik Gramner <[email protected]>
Committer: Luca Barbato <[email protected]>
Date:      Thu Jan 28 17:11:21 2016 +0100

msvc: Fix libx264 linking

Signed-off-by: Luca Barbato <[email protected]>

---

 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 ;;

_______________________________________________
libav-commits mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to