qt: playlist: use item title if available
[vlc.git] / contrib / src / png / bins.patch
blob660437c71b281b671062400d7a0729f93eb85446
1 --- libpng-1.6.29/Makefile.am.orig 2017-04-08 12:12:49.688261183 +0200
2 +++ libpng-1.6.29/Makefile.am 2017-04-08 12:13:27.148259514 +0200
3 @@ -12,13 +12,13 @@
4 ACLOCAL_AMFLAGS = -I scripts
6 # test programs - run on make check, make distcheck
7 -check_PROGRAMS= pngtest pngunknown pngstest pngvalid pngimage pngcp
8 +check_PROGRAMS=
9 if HAVE_CLOCK_GETTIME
10 check_PROGRAMS += timepng
11 endif
13 # Utilities - installed
14 -bin_PROGRAMS= pngfix png-fix-itxt
15 +bin_PROGRAMS=
17 # This ensures that pnglibconf.h gets built at the start of 'make all' or
18 # 'make check', but it does not add dependencies to the individual programs,