summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2023-01-15 16:44:25 +0100
committerStefano Sabatini <stefasab@gmail.com>2023-02-11 17:49:01 +0100
commit3856f82ef9e70d6989ad2830ea7166e0a7508869 (patch)
tree36193aca0bd4a80b9442c3e9dc2990c69e32a902 /configure
parentcd8211527efbb9cad19db1c0d033da0749836e43 (diff)
downloadffmpeg-3856f82ef9e70d6989ad2830ea7166e0a7508869.tar.gz
examples: rename scaling_video to scale_video
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 6862c96a7c..8b746d4abf 100755
--- a/configure
+++ b/configure
@@ -1727,7 +1727,7 @@ EXAMPLE_LIST="
qsv_decode_example
remux_example
resample_audio_example
- scaling_video_example
+ scale_video_example
show_metadata_example
transcode_aac_example
transcoding_example
@@ -3791,7 +3791,7 @@ mux_example_deps="avcodec avformat avutil swscale"
qsv_decode_example_deps="avcodec avutil libmfx h264_qsv_decoder"
remux_example_deps="avcodec avformat avutil"
resample_audio_example_deps="avutil swresample"
-scaling_video_example_deps="avutil swscale"
+scale_video_example_deps="avutil swscale"
show_metadata_example_deps="avformat avutil"
transcode_aac_example_deps="avcodec avformat swresample"
transcoding_example_deps="avfilter avcodec avformat avutil"