From f1b017c8029b529c5c5ed01b6ad1b10a0e48036c Mon Sep 17 00:00:00 2001 From: Cary Phillips Date: Thu, 31 Oct 2019 16:56:38 -0700 Subject: [PATCH] No longer install ImfMisc.h ImfMisc.h is for internal use only. The functions declared in it should not be used in application code. Signed-off-by: Cary Phillips --- OpenEXR/IlmImf/CMakeLists.txt | 1 - OpenEXR/IlmImf/Makefile.am | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/OpenEXR/IlmImf/CMakeLists.txt b/OpenEXR/IlmImf/CMakeLists.txt index 165fed7fe2..ead5056df4 100644 --- a/OpenEXR/IlmImf/CMakeLists.txt +++ b/OpenEXR/IlmImf/CMakeLists.txt @@ -206,7 +206,6 @@ openexr_define_library(IlmImf ImfDeepCompositing.h ImfCompositeDeepScanLine.h ImfNamespace.h - ImfMisc.h ImfDeepImageState.h ImfDeepImageStateAttribute.h ImfFloatVectorAttribute.h diff --git a/OpenEXR/IlmImf/Makefile.am b/OpenEXR/IlmImf/Makefile.am index 9ed0a7687d..8771c9dd81 100644 --- a/OpenEXR/IlmImf/Makefile.am +++ b/OpenEXR/IlmImf/Makefile.am @@ -36,7 +36,7 @@ libIlmImf_la_SOURCES = ImfForward.h ImfAttribute.cpp ImfBoxAttribute.cpp ImfCRgb ImfName.h ImfPixelType.h ImfVersion.h ImfXdr.h \ ImfCompressor.h ImfRleCompressor.h ImfZipCompressor.h \ ImfPizCompressor.h ImfDwaCompressor.h \ - ImfDwaCompressorSimd.h ImfMisc.h ImfAutoArray.h \ + ImfDwaCompressorSimd.h ImfAutoArray.h \ ImfConvert.cpp ImfConvert.h ImfPreviewImage.cpp \ ImfPreviewImage.h ImfPreviewImageAttribute.cpp \ ImfPreviewImageAttribute.h ImfVersion.cpp \ @@ -165,7 +165,6 @@ libIlmImfinclude_HEADERS = ImfForward.h ImfAttribute.h ImfBoxAttribute.h \ ImfDeepFrameBuffer.h \ ImfDeepCompositing.h ImfCompositeDeepScanLine.h \ ImfNamespace.h ImfForward.h ImfExport.h \ - ImfMisc.h \ ImfPartHelper.h \ ImfDeepImageState.h \ ImfDeepImageStateAttribute.h