[vlc-commits] Fix skins2 build
Jean-Baptiste Kempf
git at videolan.org
Tue Sep 17 01:36:39 CEST 2013
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Sep 17 01:36:20 2013 +0200| [d8295d11f41473939953bc28ac00c044e38b992f] | committer: Jean-Baptiste Kempf
Fix skins2 build
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d8295d11f41473939953bc28ac00c044e38b992f
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index ed61761..5075f07 100644
--- a/configure.ac
+++ b/configure.ac
@@ -782,7 +782,7 @@ then
MINIZIP_LIBS="-lminizip -lz"
], [
VLC_ADD_CPPFLAGS([skins2], [-I\\\$(top_srcdir)/modules/access/zip/unzip])
- VLC_ADD_LIBS([skins2], [\\\$(top_builddir)/modules/access/libunzip.la])
+ VLC_ADD_LIBS([skins2], [\\\$(top_builddir)/modules/libunzip.la])
have_minizip=no
])
])
More information about the vlc-commits
mailing list