Cleanup: Remove the now unused lzma and lzo libraries from extern

LZO and LZMA has been unused in Blender since #141461

Pull Request: https://projects.blender.org/blender/blender/pulls/146842
This commit is contained in:
Sebastian Parborg
2025-09-26 15:55:47 +02:00
committed by Sebastian Parborg
parent 9aade6bd61
commit fcc1502146
42 changed files with 0 additions and 22877 deletions

View File

@@ -521,11 +521,6 @@ else()
endif()
# Compression
option(WITH_LZO "Enable fast LZO compression (used for pointcache)" ON)
option(WITH_LZMA "Enable best LZMA compression, (used for pointcache)" ON)
if(UNIX AND NOT APPLE)
option(WITH_SYSTEM_LZO "Use the system LZO library" OFF)
endif()
option(WITH_DRACO "Enable Draco mesh compression Python module (used for glTF)" ON)
# Camera/motion tracking
@@ -2886,10 +2881,6 @@ if(FIRST_RUN)
info_cfg_option(WITH_SDL)
info_cfg_option(WITH_WASAPI)
info_cfg_text("Compression:")
info_cfg_option(WITH_LZMA)
info_cfg_option(WITH_LZO)
if(WITH_PYTHON)
info_cfg_text("Python:")
info_cfg_option(WITH_PYTHON_INSTALL)