Fix USE_FFMPEG description: movies record input, videos record output

This commit is contained in:
Jeffrey Pfau 2014-10-06 00:30:11 -07:00
parent 8bbac2f512
commit abccc2d804
1 changed files with 1 additions and 1 deletions

View File

@ -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:")