forked from videolan/vlc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
788da3ba1785fd9b9d1009f3b2dad5120ce330e0340b14057143957010b71920a0f524c9f77c877f359382f75f95542f6b71a81b6ee138b7b6ae1d11c318ebde libpng-1.6.8.tar.xz | ||
f475ba5544b11064544a1571e194a7e4cf387d386cd9f300f8bbdc252636a141ac2beeff47f32ee45617d894a8dee8c0c81e71ba3d0c42a47160ce32078cd1b5 libpng-1.6.10.tar.xz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
--- png/Makefile.am.orig 2013-08-20 14:05:04.803159380 +0200 | ||
+++ png/Makefile.am 2013-08-20 14:05:10.795159128 +0200 | ||
--- libpng-1.6.10/Makefile.am.orig 2014-05-24 18:11:01.881964331 +0200 | ||
+++ libpng-1.6.10/Makefile.am 2014-05-24 18:12:02.839819773 +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= pngtest pngunknown pngstest pngvalid pngimage | ||
+check_PROGRAMS= | ||
|
||
# Utilities - installed | ||
-bin_PROGRAMS= pngfix png-fix-itxt | ||
+bin_PROGRAMS= | ||
|
||
pngtest_SOURCES = pngtest.c | ||
pngtest_LDADD = libpng@PNGLIB_MAJOR@@[email protected] | ||
# This ensures that pnglibconf.h gets built at the start of 'make all' or | ||
# 'make check', but it does not add dependencies to the individual programs, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters