[FFmpeg-devel] [PATCH] configure: use pkg-config for sndio
Brad Smith
brad at comstyle.com
Thu Dec 23 21:17:53 EET 2021
On 12/22/2021 10:10 AM, Timo Rothenpieler wrote:
> On 29.10.2021 22:41, Brad Smith wrote:
>>
>> ---
>> configure | 3 ++-
>> 1 file changed, 2 insertions(+), 1 deletion(-)
>>
>> diff --git a/configure b/configure
>> index ede8f9777b..605a317df1 100755
>> --- a/configure
>> +++ b/configure
>> @@ -6718,7 +6718,8 @@ enabled alsa && { check_pkg_config alsa alsa
>> "alsa/asoundlib.h" snd_pcm_htimesta
>> enabled libjack &&
>> require_pkg_config libjack jack jack/jack.h
>> jack_port_get_latency_range
>> -enabled sndio && check_lib sndio sndio.h sio_open -lsndio
>> +enabled sndio && { check_pkg_config sndio sndio "sndio.h" sio_open ||
>> + check_lib sndio sndio.h sio_open -lsndio; }
>> if enabled libcdio; then
>> check_pkg_config libcdio libcdio_paranoia "cdio/cdda.h
>> cdio/paranoia.h" cdio_cddap_open ||
>
> patch looks simple enough and good to me.
> Will push if nobody objects.
Thank you.
More information about the ffmpeg-devel
mailing list