Skip to content
Snippets Groups Projects
Commit 35fa551f authored by Nicolas Chauvet's avatar Nicolas Chauvet Committed by Rémi Denis-Courmont
Browse files

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: default avatarRémi Denis-Courmont <rdenis@simphalempin.com>
parent a0b49d79
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment