mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 17:19:44 -06:00
VideoCommon: Rename AVIDump to FrameDump
This commit is contained in:
@ -157,8 +157,8 @@ endif()
|
||||
|
||||
if(FFmpeg_FOUND)
|
||||
target_sources(videocommon PRIVATE
|
||||
AVIDump.cpp
|
||||
AVIDump.h
|
||||
FrameDump.cpp
|
||||
FrameDump.h
|
||||
)
|
||||
target_link_libraries(videocommon PRIVATE
|
||||
FFmpeg::avcodec
|
||||
|
Reference in New Issue
Block a user