]> git.sesse.net Git - vlc/commit
ZIP Module - Use the system minizip when available
authorNicolas Chauvet (kwizart <kwizart@gmail.com>
Wed, 11 Feb 2009 09:46:53 +0000 (10:46 +0100)
committerRémi Denis-Courmont <rdenis@simphalempin.com>
Wed, 11 Feb 2009 15:50:50 +0000 (17:50 +0200)
commit35fa551f95211e9ca4b9b52eb7a73de6b9c94484
treee7fdd7f14d80dfac705fa0017cd5c2102b920010
parenta0b49d79a0da09aedf7f0bed2f6cadb593cac8bc
ZIP Module - Use the system minizip when available

- Ship the vlc module header zip.h
 (rename isn't needed once the file in ship)
- Detect minizip presence with pkgconfig
- if .pc not available, try to assume presence from unzip.h
- Move the zlib.h detection in one place (after pkgconfig macro)
 minizip in bundled within zlib in some distro
- Adds -lz in module that needs it in one place
- Prevent the compilation of libs/unzip if minizip is available
 (it shound't prevent this directory to be bundled with the sources)

Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
Makefile.am
configure.ac
modules/access/zip/Modules.am