We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98a8d5c commit dd0c9a7Copy full SHA for dd0c9a7
BUILD.bazel
@@ -313,6 +313,7 @@ cc_library(
313
"src/lib/OpenEXR/ImfGenericInputFile.cpp",
314
"src/lib/OpenEXR/ImfGenericOutputFile.cpp",
315
"src/lib/OpenEXR/ImfHeader.cpp",
316
+ "src/lib/OpenEXR/ImfHTCompressor.cpp",
317
"src/lib/OpenEXR/ImfHuf.cpp",
318
"src/lib/OpenEXR/ImfIDManifest.cpp",
319
"src/lib/OpenEXR/ImfIDManifestAttribute.cpp",
@@ -418,6 +419,7 @@ cc_library(
418
419
"src/lib/OpenEXR/ImfGenericInputFile.h",
420
"src/lib/OpenEXR/ImfGenericOutputFile.h",
421
"src/lib/OpenEXR/ImfHeader.h",
422
+ "src/lib/OpenEXR/ImfHTCompressor.h",
423
"src/lib/OpenEXR/ImfHuf.h",
424
"src/lib/OpenEXR/ImfIDManifest.h",
425
"src/lib/OpenEXR/ImfIDManifestAttribute.h",
0 commit comments