Commit 87659fe6 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

contrib: iconv is always needed by VLC, build it on Windows

parent ea84947e
......@@ -2,6 +2,13 @@
LIBICONV_VERSION=1.13.1
LIBICONV_URL=$(GNU)/libiconv/libiconv-$(LIBICONV_VERSION).tar.gz
PKGS += iconv
# iconv cannot be detect with pkg-config, but it is mandated by POSIX.
# Hard-code based on the operating system.
ifndef HAVE_WIN32
PKGS_FOUND += iconv
endif
$(TARBALLS)/libiconv-$(LIBICONV_VERSION).tar.gz:
$(call download,$(LIBICONV_URL))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment