diff mbox series

[FFmpeg-devel] configure: remove Bitrig OS

Message ID ZZEW33ChIs6vmyGQ@humpty.home.comstyle.com
State New
Headers show
Series [FFmpeg-devel] configure: remove Bitrig OS | expand

Checks

Context Check Description
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

Brad Smith Dec. 31, 2023, 7:23 a.m. UTC
configure: remove Bitrig OS

Bitrig has been defunct for 7 years.

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

Comments

Brad Smith Jan. 12, 2024, 12:56 a.m. UTC | #1
On 2023-12-31 2:23 a.m., Brad Smith wrote:
> configure: remove Bitrig OS
>
> Bitrig has been defunct for 7 years.
>
> Signed-off-by: Brad Smith <brad@comstyle.com>
> ---
>   configure | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure b/configure
> index 42786719e9..d96b47ebe5 100755
> --- a/configure
> +++ b/configure
> @@ -5625,7 +5625,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=""

ping.
Zhao Zhili Jan. 12, 2024, 2:43 a.m. UTC | #2
> On Jan 12, 2024, at 08:56, Brad Smith <brad-at-comstyle.com@ffmpeg.org> wrote:
> 
> On 2023-12-31 2:23 a.m., Brad Smith wrote:
>> configure: remove Bitrig OS
>> 
>> Bitrig has been defunct for 7 years.
>> 
>> Signed-off-by: Brad Smith <brad@comstyle.com>
>> ---
>>  configure | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>> 
>> diff --git a/configure b/configure
>> index 42786719e9..d96b47ebe5 100755
>> --- a/configure
>> +++ b/configure
>> @@ -5625,7 +5625,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=""
> 
> ping.

Applied, thanks!

> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
> 
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
diff mbox series

Patch

diff --git a/configure b/configure
index 42786719e9..d96b47ebe5 100755
--- a/configure
+++ b/configure
@@ -5625,7 +5625,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=""