mirror of https://github.com/mgba-emu/mgba.git
Fix USE_FFMPEG description: movies record input, videos record output
This commit is contained in:
parent
8bbac2f512
commit
abccc2d804
|
@ -156,7 +156,7 @@ endif()
|
|||
message(STATUS "Feature summary:")
|
||||
message(STATUS " CLI debugger: ${USE_CLI_DEBUGGER}")
|
||||
message(STATUS " GDB stub: ${USE_GDB_STUB}")
|
||||
message(STATUS " Movie recording: ${USE_FFMPEG}")
|
||||
message(STATUS " Video recording: ${USE_FFMPEG}")
|
||||
message(STATUS " Screenshot/advanced savestate support: ${USE_PNG}")
|
||||
message(STATUS " ZIP support: ${USE_LIBZIP}")
|
||||
message(STATUS "Frontend summary:")
|
||||
|
|
Loading…
Reference in New Issue