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
5b25b3dd
Commit
5b25b3dd
authored
Aug 20, 2013
by
Rafaël Carré
Browse files
contrib: png: don't build binaries
parent
7cc06ba8
Changes
2
Hide whitespace changes
Inline
Side-by-side
contrib/src/png/bins.patch
0 → 100644
View file @
5b25b3dd
--- png/Makefile.am.orig 2013-08-20 14:05:04.803159380 +0200
+++ png/Makefile.am 2013-08-20 14:05:10.795159128 +0200
@@ -7,10 +7,10 @@
ACLOCAL_AMFLAGS = -I scripts
# test programs - run on make check, make distcheck
-check_PROGRAMS= pngtest pngunknown pngstest pngvalid
+check_PROGRAMS=
# Utilities - installed
-bin_PROGRAMS= pngfix png-fix-itxt
+bin_PROGRAMS=
pngtest_SOURCES = pngtest.c
pngtest_LDADD = libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.la
contrib/src/png/rules.mak
View file @
5b25b3dd
...
...
@@ -15,6 +15,7 @@ $(TARBALLS)/libpng-$(PNG_VERSION).tar.xz:
png
:
libpng-$(PNG_VERSION).tar.xz .sum-png
$(UNPACK)
$(APPLY)
$(SRC)
/png/winrt.patch
$(APPLY)
$(SRC)
/png/bins.patch
$(MOVE)
DEPS_png
=
zlib
$(DEPS_zlib)
...
...
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