summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2023-01-15 13:03:47 +0100
committerStefano Sabatini <stefasab@gmail.com>2023-02-11 17:49:01 +0100
commit0a69ca656b7178c260f68d50d07b2e16a073050c (patch)
tree2ee069ec5f1d2ee7bd3eab7c1cac0bd225ef8086 /configure
parentab2ec8ef015c0516c9d6824ef47195adc6c2a40b (diff)
downloadffmpeg-0a69ca656b7178c260f68d50d07b2e16a073050c.tar.gz
examples: rename remuxing to remux
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index e72d253e64..229880f635 100755
--- a/configure
+++ b/configure
@@ -1725,7 +1725,7 @@ EXAMPLE_LIST="
hw_decode_example
mux_example
qsv_decode_example
- remuxing_example
+ remux_example
resampling_audio_example
scaling_video_example
show_metadata_example
@@ -3789,7 +3789,7 @@ filter_audio_example_deps="avfilter avutil"
hw_decode_example_deps="avcodec avformat avutil"
mux_example_deps="avcodec avformat avutil swscale"
qsv_decode_example_deps="avcodec avutil libmfx h264_qsv_decoder"
-remuxing_example_deps="avcodec avformat avutil"
+remux_example_deps="avcodec avformat avutil"
resampling_audio_example_deps="avutil swresample"
scaling_video_example_deps="avutil swscale"
show_metadata_example_deps="avformat avutil"