Breaking the video file to be less crowded

This commit is contained in:
2025-10-27 16:18:32 +02:00
parent a880c32cc2
commit 4949ae9b26
4 changed files with 256 additions and 267 deletions

View File

@@ -29,7 +29,7 @@ pkg_check_modules(SWSCALE REQUIRED libswscale)
pkg_check_modules(SWRESAMPLE REQUIRED libswresample)
add_library(ChargeVideo SHARED "src/ChargeVideo.hpp" "src/Manager.cpp"
"src/Video.cpp")
"src/Video.cpp" "src/VideoProcessing.cpp")
target_link_libraries(
ChargeVideo