[FFmpeg-devel] [PATCH] configure: Remove bitrig support

Brad Smith brad at comstyle.com
Wed Mar 4 16:53:25 EET 2020


On Wed, Feb 26, 2020 at 02:18:30PM -0500, Brad Smith wrote:
> configure: Remove bitrig support
> 
> Bitrig was an OpenBSD derivative that has been dead for awhile now.
> 
> Signed-off-by: Brad Smith <brad at comstyle.com>
> ---
>  configure | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configure b/configure
> index 06e3a7b2a8..9221621bd1 100755
> --- a/configure
> +++ b/configure
> @@ -5303,7 +5303,7 @@ case $target_os in
>          oss_outdev_extralibs="-lossaudio"
>          enabled gcc || check_ldflags -Wl,-zmuldefs
>          ;;
> -    openbsd|bitrig)
> +    openbsd)
>          disable symver
>          enable section_data_rel_ro
>          striptype=""
> -- 
> 2.25.0

ping.


More information about the ffmpeg-devel mailing list