diff mbox series

[FFmpeg-devel] configure: Remove bitrig support

Message ID 20200226191826.GD47041@humpty.home.comstyle.com
State New
Headers show
Series [FFmpeg-devel] configure: Remove bitrig support | expand

Checks

Context Check Description
andriy/ffmpeg-patchwork success Make fate finished

Commit Message

Brad Smith Feb. 26, 2020, 7:18 p.m. UTC
configure: Remove bitrig support

Bitrig was an OpenBSD derivative that has been dead for awhile now.

Signed-off-by: Brad Smith <brad@comstyle.com>
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Brad Smith March 4, 2020, 2:53 p.m. UTC | #1
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@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.
Carl Eugen Hoyos March 4, 2020, 4:40 p.m. UTC | #2
Am Mi., 26. Feb. 2020 um 20:18 Uhr schrieb Brad Smith <brad@comstyle.com>:

> configure: Remove bitrig support
>
> Bitrig was an OpenBSD derivative that has been dead for awhile now.

Why is the fact that it isn't actively developed a reason to remove the
entry from FFmpeg's configure?

Carl Eugen
diff mbox series

Patch

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=""