diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2023-01-15 13:03:47 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2023-02-11 17:49:01 +0100 |
commit | 0a69ca656b7178c260f68d50d07b2e16a073050c (patch) | |
tree | 2ee069ec5f1d2ee7bd3eab7c1cac0bd225ef8086 /doc/examples/Makefile | |
parent | ab2ec8ef015c0516c9d6824ef47195adc6c2a40b (diff) | |
download | ffmpeg-0a69ca656b7178c260f68d50d07b2e16a073050c.tar.gz |
examples: rename remuxing to remux
Diffstat (limited to 'doc/examples/Makefile')
-rw-r--r-- | doc/examples/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/Makefile b/doc/examples/Makefile index 9342fae744..8cc9d4e80e 100644 --- a/doc/examples/Makefile +++ b/doc/examples/Makefile @@ -13,7 +13,7 @@ EXAMPLES-$(CONFIG_FILTER_AUDIO_EXAMPLE) += filter_audio EXAMPLES-$(CONFIG_HW_DECODE_EXAMPLE) += hw_decode EXAMPLES-$(CONFIG_MUX_EXAMPLE) += mux EXAMPLES-$(CONFIG_QSV_DECODE_EXAMPLE) += qsv_decode -EXAMPLES-$(CONFIG_REMUXING_EXAMPLE) += remuxing +EXAMPLES-$(CONFIG_REMUX_EXAMPLE) += remux EXAMPLES-$(CONFIG_RESAMPLING_AUDIO_EXAMPLE) += resampling_audio EXAMPLES-$(CONFIG_SCALING_VIDEO_EXAMPLE) += scaling_video EXAMPLES-$(CONFIG_SHOW_METADATA_EXAMPLE) += show_metadata |