[vlc-devel] commit: Force -lz on fretype. (Jean-Baptiste Kempf )

git version control git at videolan.org
Thu Aug 13 12:13:12 CEST 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Aug 13 11:53:42 2009 +0200| [12b7d6cf53eda55af59daa4f64a5a7e5a2479cf0] | committer: Jean-Baptiste Kempf 

Force -lz on fretype.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=12b7d6cf53eda55af59daa4f64a5a7e5a2479cf0
---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 1ad8178..5539916 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3703,7 +3703,7 @@ then
       VLC_ADD_LIBS([freetype skins2],[${FREETYPE_LIBS}])
       if test "${SYS}" = "mingw32"; then
         VLC_ADD_LIBS([skins2],[-lxml2])
-        VLC_ADD_LIBS([freetype],[-liconv])
+        VLC_ADD_LIBS([freetype],[-liconv -lz])
       fi
       if test "${enable_fontconfig}" != "no"
       then




More information about the vlc-devel mailing list