Skip to content

Commit

Permalink
Merge pull request GafferHQ#199 from boberfly/oiio_suppress_gif_webp
Browse files Browse the repository at this point in the history
OpenImageIO: Suppress GIF and WEBP so it doesn't pick it from the host machine.
  • Loading branch information
johnhaddon authored Sep 6, 2021
2 parents e2426f7 + 9222830 commit 3c12b9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions OpenImageIO/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
" -D CMAKE_INSTALL_LIBDIR={buildDir}/lib"
" -D CMAKE_PREFIX_PATH={buildDir}"
" -D USE_FFMPEG=NO"
" -D USE_GIF=0"
" -D USE_WEBP=0"
" -D USE_PYTHON=YES"
" -D USE_EXTERNAL_PUGIXML=YES"
" -D OIIO_BUILD_TESTS=NO"
Expand Down

0 comments on commit 3c12b9f

Please sign in to comment.