blob: 7e5d317b69f700932785efaaad825f1e957648ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
if HAVE_LIBJPEG
libgd_test_programs += \
jpeg/jpeg_empty_file \
jpeg/jpeg_im2im \
jpeg/jpeg_null
if HAVE_LIBPNG
libgd_test_programs += \
jpeg/bug_github_18 \
jpeg/bug00338 \
jpeg/jpeg_read \
jpeg/jpeg_resolution
endif
endif
EXTRA_DIST += \
jpeg/CMakeLists.txt \
jpeg/conv_test.jpeg \
jpeg/conv_test_exp.png \
jpeg/empty.jpeg \
jpeg/github_bug_18_exp.jpeg \
jpeg/github_bug_18.png
|