chore: clean up #2168 merge — drop internal CHANGES.TXT entry, fix whitespace (#2196)

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Carlos Fernandez Sanz
2026-03-12 18:49:44 -07:00
committed by GitHub
parent dc1d8d9592
commit ee57fb46f3
2 changed files with 1 additions and 2 deletions

View File

@@ -1,6 +1,5 @@
0.96.7 (unreleased)
-------------------
- Fix: Remove unconditional VBI_DEBUG define — add CMake option -DVBI_DEBUG=ON for opt-in debug builds (#2167)
- Fix: Remove strdup() memory leaks in WebVTT styling encoder, fix invalid CSS rgba(0,256,0) green value, fix missing free(unescaped) on write-error path (#2154)
- Fix: Prevent crash in Rust timing module when logging out-of-range PTS/FTS timestamps from malformed streams.

View File

@@ -1,5 +1,6 @@
cmake_minimum_required (VERSION 3.24.0)
project (CCExtractor)
include (CTest)
option (WITH_FFMPEG "Build using FFmpeg demuxer and decoder" OFF)
@@ -248,7 +249,6 @@ if (PKG_CONFIG_FOUND AND WITH_HARDSUBX)
set (EXTRA_INCLUDES ${EXTRA_INCLUDES} ${LEPTONICA_INCLUDE_DIRS})
endif (PKG_CONFIG_FOUND AND WITH_HARDSUBX)
add_executable (ccextractor ${SOURCEFILE} ${FREETYPE_SOURCE} ${UTF8PROC_SOURCE})
########################################################