aboutsummaryrefslogtreecommitdiff
path: root/ports/openimageio/fix-libheif.patch
diff options
context:
space:
mode:
authorAdam Johnson <AdamJohnso@gmail.com>2021-01-16 22:39:12 -0500
committerGitHub <noreply@github.com>2021-01-16 19:39:12 -0800
commit8296ef265d2c40df2c0648d9e6180a7fb3584da0 (patch)
treef2d910c1ef381d71e9a0c4ada1395747d75c6c0c /ports/openimageio/fix-libheif.patch
parent083c86d05e3ade6f5cf4ad144542d0b708775772 (diff)
downloadvcpkg-8296ef265d2c40df2c0648d9e6180a7fb3584da0.tar.gz
vcpkg-8296ef265d2c40df2c0648d9e6180a7fb3584da0.zip
[openimageio] Bump to 2.2.10.0. (#15509)
* [openimageio] Bump to 2.2.10.0. * Update port_versions Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
Diffstat (limited to 'ports/openimageio/fix-libheif.patch')
-rw-r--r--ports/openimageio/fix-libheif.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/ports/openimageio/fix-libheif.patch b/ports/openimageio/fix-libheif.patch
deleted file mode 100644
index 2d73832f2..000000000
--- a/ports/openimageio/fix-libheif.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff --git a/src/cmake/externalpackages.cmake b/src/cmake/externalpackages.cmake
-index 1a17d1e..2ba4264 100644
---- a/src/cmake/externalpackages.cmake
-+++ b/src/cmake/externalpackages.cmake
-@@ -259,7 +259,7 @@ checked_find_package (Field3D
- DEPS HDF5
- DEFINITIONS -DUSE_FIELD3D=1)
- checked_find_package (GIF 4)
--checked_find_package (Libheif 1.3) # For HEIF/HEIC format
-+checked_find_package (libheif CONFIG) # For HEIF/HEIC format
- checked_find_package (LibRaw)
- checked_find_package (OpenJPEG CONFIG)
- checked_find_package (OpenVDB 5.0
-diff --git a/src/heif.imageio/CMakeLists.txt b/src/heif.imageio/CMakeLists.txt
-index cb5e5f9..f773fd5 100644
---- a/src/heif.imageio/CMakeLists.txt
-+++ b/src/heif.imageio/CMakeLists.txt
-@@ -5,7 +5,7 @@
- if (LIBHEIF_FOUND)
- add_oiio_plugin (heifinput.cpp heifoutput.cpp
- INCLUDE_DIRS ${LIBHEIF_INCLUDES}
-- LINK_LIBRARIES ${LIBHEIF_LIBRARIES}
-+ LINK_LIBRARIES heif
- DEFINITIONS "-DUSE_HEIF=1")
- else ()
- message (WARNING "heif plugin will not be built")