Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
36b0e7e0
Commit
36b0e7e0
authored
Dec 06, 2022
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mpg123: Import upstream release 1.31.1.
parent
967b29d3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27 additions
and
12 deletions
+27
-12
config.h
libs/mpg123/config.h
+25
-6
intsym.h
libs/mpg123/src/intsym.h
+1
-5
mpg123.h
libs/mpg123/src/libmpg123/mpg123.h
+1
-1
No files found.
libs/mpg123/config.h
View file @
36b0e7e0
...
...
@@ -20,6 +20,10 @@
/* Define if .align takes 3 for alignment of 2^3=8 bytes instead of 8. */
/* #undef ASMALIGN_EXP */
/* No suffixed symbols for large file support (only alias for backwards
compat.) */
#define BUILD_NO_LARGENAME 1
/* Define if __attribute__((aligned(16))) shall be used */
#define CCALIGN 1
...
...
@@ -188,6 +192,9 @@
/* Define to 1 if you have the `sched_setscheduler' function. */
/* #undef HAVE_SCHED_SETSCHEDULER */
/* Define to 1 if you have the `setenv' function. */
/* #undef HAVE_SETENV */
/* Define to 1 if you have the `setlocale' function. */
#define HAVE_SETLOCALE 1
...
...
@@ -215,9 +222,6 @@
/* Define to 1 if you have the <signal.h> header file. */
#define HAVE_SIGNAL_H 1
/* Define to 1 if you have the <sndio.h> header file. */
/* #undef HAVE_SNDIO_H */
/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1
...
...
@@ -290,6 +294,9 @@
/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
/* Define to 1 if you have the `unsetenv' function. */
/* #undef HAVE_UNSETENV */
/* Define to 1 if you have the <wchar.h> header file. */
#define HAVE_WCHAR_H 1
...
...
@@ -302,6 +309,9 @@
/* Define to 1 if you have the <wctype.h> header file. */
#define HAVE_WCTYPE_H 1
/* Define to 1 if you have the <wincon.h> header file. */
#define HAVE_WINCON_H 1
/* Define to 1 if you have the <windows.h> header file. */
#define HAVE_WINDOWS_H 1
...
...
@@ -339,6 +349,15 @@
/* Define to for new net123 network stack. */
/* #undef NET123 */
/* Define for executable-based networking (for HTTPS). */
/* #undef NET123_EXEC */
/* Define for winhttp networking (for HTTPS). */
#define NET123_WINHTTP 1
/* Define for wininet networking (for HTTPS). */
/* #undef NET123_WININET */
/* Define if network support is enabled. */
/* #undef NETWORK */
...
...
@@ -410,7 +429,7 @@
#define PACKAGE_NAME "mpg123"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "mpg123 1.3
0.2
"
#define PACKAGE_STRING "mpg123 1.3
1.1
"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "mpg123"
...
...
@@ -419,7 +438,7 @@
#define PACKAGE_URL ""
/* Define to the version of this package. */
#define PACKAGE_VERSION "1.3
0.2
"
#define PACKAGE_VERSION "1.3
1.1
"
/* Define if portaudio v18 API is wanted. */
/* #undef PORTAUDIO18 */
...
...
@@ -461,7 +480,7 @@
/* #undef USE_YASM_FOR_AVX */
/* Version number of package */
#define VERSION "1.3
0.2
"
#define VERSION "1.3
1.1
"
/* Define to use Win32 named pipes */
#define WANT_WIN32_FIFO 1
...
...
libs/mpg123/src/intsym.h
View file @
36b0e7e0
...
...
@@ -16,6 +16,7 @@
#define compat_fdopen INT123_compat_fdopen
#define compat_close INT123_compat_close
#define compat_fclose INT123_compat_fclose
#define compat_binmode INT123_compat_binmode
#define win32_wide_utf8 INT123_win32_wide_utf8
#define win32_wide_utf7 INT123_win32_wide_utf7
#define win32_utf8_wide INT123_win32_utf8_wide
...
...
@@ -277,9 +278,6 @@
#define buffer_drop INT123_buffer_drop
#define buffer_write INT123_buffer_write
#define buffer_fill INT123_buffer_fill
#define read_buf INT123_read_buf
#define xfer_write_string INT123_xfer_write_string
#define xfer_read_string INT123_xfer_read_string
#define xfermem_init INT123_xfermem_init
#define xfermem_init_writer INT123_xfermem_init_writer
#define xfermem_init_reader INT123_xfermem_init_reader
...
...
@@ -304,8 +302,6 @@
#define raw_formats INT123_raw_formats
#define wav_formats INT123_wav_formats
#define wav_drain INT123_wav_drain
#define write_parameters INT123_write_parameters
#define read_parameters INT123_read_parameters
#define stringlists_add INT123_stringlists_add
#define check_neon INT123_check_neon
#define dct64_3dnow INT123_dct64_3dnow
...
...
libs/mpg123/src/libmpg123/mpg123.h
View file @
36b0e7e0
/*
libmpg123: MPEG Audio Decoder library (version 1.3
0.2
)
libmpg123: MPEG Audio Decoder library (version 1.3
1.1
)
copyright 1995-2015 by the mpg123 project
free software under the terms of the LGPL 2.1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment