mpg123 1.33.0-dev+20250525022201

This commit is contained in:
Ozkan Sezer
2025-05-25 20:40:02 +03:00
parent 22dadfaa3c
commit bf2eba7bc0
28 changed files with 433 additions and 112 deletions

53
configure vendored
View File

@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.71 for mpg123 1.32.10.
# Generated by GNU Autoconf 2.71 for mpg123 1.33.0-dev+20250525022201.
#
# Report bugs to <maintainer@mpg123.org>.
#
@@ -621,8 +621,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='mpg123'
PACKAGE_TARNAME='mpg123'
PACKAGE_VERSION='1.32.10'
PACKAGE_STRING='mpg123 1.32.10'
PACKAGE_VERSION='1.33.0-dev+20250525022201'
PACKAGE_STRING='mpg123 1.33.0-dev+20250525022201'
PACKAGE_BUGREPORT='maintainer@mpg123.org'
PACKAGE_URL=''
@@ -1727,7 +1727,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures mpg123 1.32.10 to adapt to many kinds of systems.
\`configure' configures mpg123 1.33.0-dev+20250525022201 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1798,7 +1798,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of mpg123 1.32.10:";;
short | recursive ) echo "Configuration of mpg123 1.33.0-dev+20250525022201:";;
esac
cat <<\_ACEOF
@@ -1877,7 +1877,8 @@ Optional Features:
--disable-layer1 no layer I decoding
--disable-layer2 no layer II decoding
--disable-layer3 no layer III decoding
--enable-portable only build portable API (no off_t, no internal I/O)
--enable-portable only build portable API (no off_t, no internal I/O
-- and no end-user programs)
--disable-largefile to not attempt to use 64 bit file offsets internally
--disable-feature_report
Disable feature report function
@@ -2076,7 +2077,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
mpg123 configure 1.32.10
mpg123 configure 1.33.0-dev+20250525022201
generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -2621,7 +2622,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by mpg123 $as_me 1.32.10, which was
It was created by mpg123 $as_me 1.33.0-dev+20250525022201, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
@@ -3390,8 +3391,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
LIBMPG123_VERSION=48:3:48
LIBOUT123_VERSION=5:1:5
LIBMPG123_VERSION=49:3:49
LIBOUT123_VERSION=5:2:5
LIBSYN123_VERSION=2:3:2
@@ -3991,7 +3992,7 @@ fi
# Define the identity of the package.
PACKAGE='mpg123'
VERSION='1.32.10'
VERSION='1.33.0-dev+20250525022201'
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -17131,7 +17132,7 @@ fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if .balign is present" >&5
printf %s "checking if .balign is present... " >&6; }
echo '.balign 4' > conftest.s
if $CCAS -c -o conftest.o conftest.s 1>/dev/null 2>&1; then
if $CCAS $CCASFLAGS -c -o conftest.o conftest.s 1>/dev/null 2>&1; then
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
printf "%s\n" "yes" >&6; }
@@ -17151,7 +17152,7 @@ if test x"$asmalign_exp" = xunknown; then
printf %s "checking if .align takes 2-exponent... " >&6; }
asmalign_exp="no"
echo '.align 3' > conftest.s
if $CCAS -c -o conftest.o conftest.s 1>/dev/null 2>&1; then
if $CCAS $CCASFLAGS -c -o conftest.o conftest.s 1>/dev/null 2>&1; then
asmalign_exp="yes"
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
printf "%s\n" "yes" >&6; }
@@ -17198,7 +17199,7 @@ printf %s "checking if assembler supports AVX instructions... " >&6; }
avx_support="no"
echo '.text' > conftest.s
echo 'vaddps %ymm0,%ymm0,%ymm0' >> conftest.s
if $CCAS -c -o conftest.o conftest.s 1>/dev/null 2>&1; then
if $CCAS $CCASFLAGS -c -o conftest.o conftest.s 1>/dev/null 2>&1; then
avx_support="yes"
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
printf "%s\n" "yes" >&6; }
@@ -17789,6 +17790,7 @@ then :
fi
# strtok_s for MSVCRT, not the C11 variant
ac_fn_c_check_func "$LINENO" "strerror" "ac_cv_func_strerror"
if test "x$ac_cv_func_strerror" = xyes
then :
@@ -17807,6 +17809,18 @@ then :
printf "%s\n" "#define HAVE_USELOCALE 1" >>confdefs.h
fi
ac_fn_c_check_func "$LINENO" "strtok_r" "ac_cv_func_strtok_r"
if test "x$ac_cv_func_strtok_r" = xyes
then :
printf "%s\n" "#define HAVE_STRTOK_R 1" >>confdefs.h
fi
ac_fn_c_check_func "$LINENO" "strtok_s" "ac_cv_func_strtok_s"
if test "x$ac_cv_func_strtok_s" = xyes
then :
printf "%s\n" "#define HAVE_STRTOK_S 1" >>confdefs.h
fi
ac_fn_c_check_func "$LINENO" "setlocale" "ac_cv_func_setlocale"
@@ -22453,7 +22467,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by mpg123 $as_me 1.32.10, which was
This file was extended by mpg123 $as_me 1.33.0-dev+20250525022201, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -22521,7 +22535,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
mpg123 config.status 1.32.10
mpg123 config.status 1.33.0-dev+20250525022201
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"
@@ -24222,11 +24236,18 @@ fi
default_offset_bits=`expr "$ac_cv_sizeof_off_t" "*" "8"`
if test "x$build_programs" = xyes && ! test "x$portable_api" = xyes; then
build_mpg123_programs=yes
else
build_mpg123_programs=no
fi
echo "
$PACKAGE_NAME $PACKAGE_VERSION
Install path ............ $prefix
Components .............. $components
Main mpg123 program(s)... $build_mpg123_programs
CPU Optimization ........ $cpu_type
Compiler Optimization ... $with_optimization"
if test x"$use_yasm_for_avx" = xyes; then