mpg123-1.31.2

This commit is contained in:
Ozkan Sezer
2023-01-15 10:45:04 +03:00
parent 29194fc6b1
commit ca2c1da3f4
6 changed files with 25 additions and 14 deletions

View File

@@ -9,7 +9,7 @@ dnl 2.69 at least.
AC_PREREQ([2.69])
dnl ############# Initialisation
AC_INIT([mpg123], [1.31.1], [maintainer@mpg123.org])
AC_INIT([mpg123], [1.31.2], [maintainer@mpg123.org])
dnl Increment API_VERSION when the API gets changes (new functions).
dnl libmpg123
@@ -2639,7 +2639,7 @@ if test x$network_type = xauto; then
fi
# new net123
if test x$network_type != xinternal -a x$network_type != xdisabled; then
if test x$network_type != xdisabled; then
AC_DEFINE([NET123], [1], [ Define to for new net123 network stack. ])
fi
if test x$network_type = xexec -a x$have_fork != xyes; then