Skip to content

Commit 53f544f

Browse files
vtfpp: rewrite APNG support
1 parent 092c5ea commit 53f544f

File tree

7 files changed

+186
-656
lines changed

7 files changed

+186
-656
lines changed

THIRDPARTY_LEGAL_NOTICES.txt

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -357,31 +357,6 @@ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
357357
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
358358

359359

360-
--------------- uc_apng_loader ---------------
361-
362-
MIT License
363-
364-
Copyright (c) 2017
365-
366-
Permission is hereby granted, free of charge, to any person obtaining a copy
367-
of this software and associated documentation files (the "Software"), to deal
368-
in the Software without restriction, including without limitation the rights
369-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
370-
copies of the Software, and to permit persons to whom the Software is
371-
furnished to do so, subject to the following conditions:
372-
373-
The above copyright notice and this permission notice shall be included in all
374-
copies or substantial portions of the Software.
375-
376-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
377-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
378-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
379-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
380-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
381-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
382-
SOFTWARE.
383-
384-
385360
--------------- zlib ---------------
386361

387362
(C) 1995-2024 Jean-loup Gailly and Mark Adler

ext/_ext.cmake

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,6 @@ add_subdirectory("${CMAKE_CURRENT_LIST_DIR}/stb")
9292
add_subdirectory("${CMAKE_CURRENT_LIST_DIR}/tinyexr")
9393

9494

95-
# uc_apng_loader
96-
add_subdirectory("${CMAKE_CURRENT_LIST_DIR}/uc_apng_loader")
97-
98-
9995
# tbb
10096
function(sourcepp_add_tbb TARGET)
10197
if(SOURCEPP_BUILD_WITH_TBB)

ext/uc_apng_loader/CMakeLists.txt

Lines changed: 0 additions & 11 deletions
This file was deleted.

ext/uc_apng_loader/LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)