mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Rename ffmpeg examples (#2727)
This commit is contained in:
parent
4519a7a6bd
commit
1958da78da
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user