mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2025-04-22 17:21:15 +00:00
Move jpeg_memory_src()
Found another copy in renderer/Cinematic.cpp. Move the newer implementation from renderer/Image_files.cpp in its own file and use the libjpeg v8c license blob (which is where this code comes from). Adapt README too with the v8c license.
This commit is contained in:
parent
f5db1e5dcf
commit
4be94a8ff5
1 changed files with 1 additions and 0 deletions
|
@ -235,6 +235,7 @@ endif()
|
|||
message(STATUS "Building ${CMAKE_BUILD_TYPE} for ${os}.${cpu}")
|
||||
|
||||
set(src_renderer
|
||||
renderer/jpeg_memory_src.cpp
|
||||
renderer/Cinematic.cpp
|
||||
renderer/GuiModel.cpp
|
||||
renderer/Image_files.cpp
|
||||
|
|
Loading…
Reference in a new issue