diff mbox series

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

Message ID tencent_1E90BBA6DC67D0AA87D30F1C488BBBA63D06@qq.com
State Accepted
Commit 2b15acb96aa011a0356d9dafe60e8bb2bdebf363
Headers show
Series [FFmpeg-devel,v2] 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/make_aarch64_jetson success Make finished
andriy/make_fate_aarch64_jetson success Make fate finished

Commit Message

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

Comments

Gyan Doshi Jan. 27, 2022, 8:43 a.m. UTC | #1
On 2022-01-27 10:31 am, Zhao Zhili wrote:
> ---
>   configure | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/configure b/configure
> index 493493b4c5..5b19a35f59 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 library [no]
>     --enable-libpulse        enable Pulseaudio input via libpulse [no]
>     --enable-librabbitmq     enable RabbitMQ library [no]
>     --enable-librav1e        enable AV1 encoding via rav1e [no]

LGTM.
Lynne Jan. 27, 2022, 9:06 a.m. UTC | #2
27 Jan 2022, 09:43 by ffmpeg@gyani.pro:

>
>
> On 2022-01-27 10:31 am, Zhao Zhili wrote:
>
>> ---
>>  configure | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/configure b/configure
>> index 493493b4c5..5b19a35f59 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 library [no]
>>  --enable-libpulse        enable Pulseaudio input via libpulse [no]
>>  --enable-librabbitmq     enable RabbitMQ library [no]
>>  --enable-librav1e        enable AV1 encoding via rav1e [no]
>>
>
> LGTM.
>

Pushed
diff mbox series

Patch

diff --git a/configure b/configure
index 493493b4c5..5b19a35f59 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 library [no]
   --enable-libpulse        enable Pulseaudio input via libpulse [no]
   --enable-librabbitmq     enable RabbitMQ library [no]
   --enable-librav1e        enable AV1 encoding via rav1e [no]