mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
Rename FrameDump.{cpp,h} to FrameDumpFFMpeg.{cpp,h}
The name kind of conflicts with a new FrameDumper class
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user