Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
5b25b3dd
Commit
5b25b3dd
authored
Aug 20, 2013
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: png: don't build binaries
parent
7cc06ba8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
contrib/src/png/bins.patch
contrib/src/png/bins.patch
+15
-0
contrib/src/png/rules.mak
contrib/src/png/rules.mak
+1
-0
No files found.
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
Markdown
is supported
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