aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/build.mk
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2017-08-19 01:52:53 +0200
committerJay Berkenbilt <ejb@ql.org>2017-08-21 23:44:02 +0200
commitae90d2c485318beb8b4b938d09ffaf5c6f0a5e21 (patch)
tree3d8bd3f2b0337693621b3ed97d1a906dbf3298b7 /libqpdf/build.mk
parent39ab004336188e53022f5345062e61639744335d (diff)
downloadqpdf-ae90d2c485318beb8b4b938d09ffaf5c6f0a5e21.tar.zst
Implement Pl_DCT pipeline
Additional testing is added in later commits to be supported by additional changes in the library.
Diffstat (limited to 'libqpdf/build.mk')
-rw-r--r--libqpdf/build.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/libqpdf/build.mk b/libqpdf/build.mk
index 9a8652a6..75d0054e 100644
--- a/libqpdf/build.mk
+++ b/libqpdf/build.mk
@@ -21,6 +21,7 @@ SRCS_libqpdf = \
libqpdf/Pl_Buffer.cc \
libqpdf/Pl_Concatenate.cc \
libqpdf/Pl_Count.cc \
+ libqpdf/Pl_DCT.cc \
libqpdf/Pl_Discard.cc \
libqpdf/Pl_Flate.cc \
libqpdf/Pl_LZWDecoder.cc \