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:
dhewg 2012-01-07 20:38:28 +01:00 committed by Daniel Gibson
parent f5db1e5dcf
commit 4be94a8ff5

View file

@ -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