diff mbox series

[FFmpeg-devel] configure: add libplacebo to help message

Message ID tencent_5755C1A5B6906946001D69C27E5AAC5E390A@qq.com
State New
Headers show
Series [FFmpeg-devel] configure: add libplacebo to help message | expand

Checks

Context Check Description
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished
andriy/make_ppc success Make finished
andriy/make_fate_ppc success Make fate finished
andriy/make_armv7_RPi4 success Make finished
andriy/make_fate_armv7_RPi4 success Make fate finished
andriy/configure_aarch64_jetson warning Failed to apply patch

Commit Message

Zhao Zhili Jan. 27, 2022, 4:28 a.m. UTC
---
 configure | 1 +
 1 file changed, 1 insertion(+)

Comments

Gyan Doshi Jan. 27, 2022, 4:44 a.m. UTC | #1
On 2022-01-27 09:58 am, Zhao Zhili wrote:
> ---
>   configure | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/configure b/configure
> index 493493b4c5..23c5837e9b 100755
> --- a/configure
> +++ b/configure
> @@ -255,6 +255,7 @@ External library support:
>     --enable-libopenvino     enable OpenVINO as a DNN module backend
>                              for DNN based filters like dnn_processing [no]
>     --enable-libopus         enable Opus de/encoding via libopus [no]
> +  --enable-libplacebo      enable libplacebo filter [no]

filter --> library.

The filter i.e. the native component can still be disabled manually 
(usually in error).

Regards,
Gyan
diff mbox series

Patch

diff --git a/configure b/configure
index 493493b4c5..23c5837e9b 100755
--- a/configure
+++ b/configure
@@ -255,6 +255,7 @@  External library support:
   --enable-libopenvino     enable OpenVINO as a DNN module backend
                            for DNN based filters like dnn_processing [no]
   --enable-libopus         enable Opus de/encoding via libopus [no]
+  --enable-libplacebo      enable libplacebo filter [no]
   --enable-libpulse        enable Pulseaudio input via libpulse [no]
   --enable-librabbitmq     enable RabbitMQ library [no]
   --enable-librav1e        enable AV1 encoding via rav1e [no]