aboutsummaryrefslogtreecommitdiff
path: root/piex.gyp
diff options
context:
space:
mode:
authorNick Chusid <nchusid@google.com>2021-06-23 18:48:59 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-06-23 18:48:59 +0000
commite53a2cde20ca4b337692654fc6a5ca38eceb174b (patch)
treea01ef945ef570b8e5691cc0a12e28de37d42ada2 /piex.gyp
parent3e3815c27436bb89fef67d7ebbe70f2c4cb3b72d (diff)
parent3b60c65baacd2507fd3b097cf5f1398e821ae4cb (diff)
downloadpiex-e53a2cde20ca4b337692654fc6a5ca38eceb174b.tar.gz
Add support for CR3s with embedded heif thumbnails am: 5c5b671ef7 am: 81b491ff16 am: 8060966efd am: 3b60c65baa
Original change: https://android-review.googlesource.com/c/platform/external/piex/+/1726814 Change-Id: Ibf04ad4e11ab521ea8dc8302d084b8544e612280
Diffstat (limited to 'piex.gyp')
-rwxr-xr-xpiex.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/piex.gyp b/piex.gyp
index 737a0c2..15741dc 100755
--- a/piex.gyp
+++ b/piex.gyp
@@ -18,11 +18,13 @@
'type': 'static_library',
'sources': [
'src/piex.cc',
+ 'src/piex_cr3.cc',
'src/tiff_parser.cc',
],
'variables': {
'headers': [
'src/piex.h',
+ 'src/piex_cr3.h',
'src/piex_types.h',
'src/tiff_parser.h',
],