Renamed Time.cpp to Manager.cpp for clarity
This commit is contained in:
@@ -28,7 +28,7 @@ pkg_check_modules(AVUTIL REQUIRED libavutil)
|
||||
pkg_check_modules(SWSCALE REQUIRED libswscale)
|
||||
pkg_check_modules(SWRESAMPLE REQUIRED libswresample)
|
||||
|
||||
add_library(ChargeVideo SHARED "src/ChargeVideo.hpp" "src/Time.cpp"
|
||||
add_library(ChargeVideo SHARED "src/ChargeVideo.hpp" "src/Manager.cpp"
|
||||
"src/Video.cpp")
|
||||
|
||||
target_link_libraries(
|
||||
|
||||
Reference in New Issue
Block a user