Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
1c398c43
Commit
1c398c43
authored
Jul 04, 2011
by
Rémi Denis-Courmont
Browse files
contrib: build libpng only if needed
parent
130f1b7b
Changes
1
Show whitespace changes
Inline
Side-by-side
contrib/src/png/rules.mak
View file @
1c398c43
...
...
@@ -3,6 +3,9 @@ PNG_VERSION := 1.4.7
PNG_URL
:=
$(SF)
/libpng/libpng-
$(PNG_VERSION)
.tar.bz2
PKGS
+=
png
ifeq
($(call need_pkg,"libpng"),)
PKGS_FOUND
+=
png
endif
$(TARBALLS)/libpng-$(PNG_VERSION).tar.bz2
:
$(
call
download,
$(PNG_URL)
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment