aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2023-01-15 16:43:06 +0100
committerStefano Sabatini <stefasab@gmail.com>2023-02-11 17:49:01 +0100
commitcd8211527efbb9cad19db1c0d033da0749836e43 (patch)
treefaaec1ef7473f0149c3abb31574cbd7eaae797c2 /configure
parent0a69ca656b7178c260f68d50d07b2e16a073050c (diff)
downloadffmpeg-cd8211527efbb9cad19db1c0d033da0749836e43.tar.gz
examples: rename resampling audio to resample_audio
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 229880f635..6862c96a7c 100755
--- a/configure
+++ b/configure
@@ -1726,7 +1726,7 @@ EXAMPLE_LIST="
mux_example
qsv_decode_example
remux_example
- resampling_audio_example
+ resample_audio_example
scaling_video_example
show_metadata_example
transcode_aac_example
@@ -3790,7 +3790,7 @@ hw_decode_example_deps="avcodec avformat avutil"
mux_example_deps="avcodec avformat avutil swscale"
qsv_decode_example_deps="avcodec avutil libmfx h264_qsv_decoder"
remux_example_deps="avcodec avformat avutil"
-resampling_audio_example_deps="avutil swresample"
+resample_audio_example_deps="avutil swresample"
scaling_video_example_deps="avutil swscale"
show_metadata_example_deps="avformat avutil"
transcode_aac_example_deps="avcodec avformat swresample"