Rename FrameDump.{cpp,h} to FrameDumpFFMpeg.{cpp,h}

The name kind of conflicts with a new FrameDumper class
This commit is contained in:
Scott Mansell
2023-01-28 13:50:57 +13:00
parent 0d4537d60f
commit e57eb04ed3
6 changed files with 7 additions and 7 deletions

View File

@ -36,6 +36,7 @@ add_library(videocommon
FramebufferShaderGen.h
FrameDumper.cpp
FrameDumper.h
FrameDumpFFMpeg.h
FreeLookCamera.cpp
FreeLookCamera.h
GeometryShaderGen.cpp
@ -203,8 +204,7 @@ endif()
if(FFmpeg_FOUND)
target_sources(videocommon PRIVATE
FrameDump.cpp
FrameDump.h
FrameDumpFFMpeg.cpp
)
target_link_libraries(videocommon PRIVATE
FFmpeg::avcodec