Rename ffmpeg examples (#2727)

This commit is contained in:
Adrià Arrufat 2023-02-11 12:03:25 +09:00 committed by GitHub
parent 4519a7a6bd
commit 1958da78da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 4 additions and 4 deletions

View File

@ -231,10 +231,10 @@ endif()
if (DLIB_USE_FFMPEG AND NOT DLIB_NO_GUI_SUPPORT)
add_example(ffmpeg_webcam_face_pose_ex)
add_example(ffmpeg_video_demuxing)
add_example(ffmpeg_video_decoding)
add_example(ffmpeg_info)
add_example(ffmpeg_screen_grab)
add_example(ffmpeg_video_demuxing_ex)
add_example(ffmpeg_video_decoding_ex)
add_example(ffmpeg_info_ex)
add_example(ffmpeg_screen_grab_ex)
endif()
if (DLIB_NO_GUI_SUPPORT)