-
Notifications
You must be signed in to change notification settings - Fork 7.4k
[mpg123] Upgrade to 1.28.0 #18403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
[mpg123] Upgrade to 1.28.0 #18403
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
ab2b563
[mpg123] Upgrade to 1.28.0
evpobr 7ecd566
[libopenmpt] Upgrade to 2017-01-28-cf2390140-2
evpobr d23f654
[mpg123] Disable UWP port
evpobr 9caf05a
Fix libmpg123 UWP build
evpobr 93759e3
Fix libout123 UWP build
evpobr 9d3c895
Fix libsyn123 UWP build
evpobr 105e394
Update ports/libopenmpt/CMakeLists.txt
evpobr 164df13
Update ports/libopenmpt/CMakeLists.txt
evpobr adf77fe
[libopenmpt] Update libopenmpt.json
evpobr 25c454b
[mpg123] Separate UWP patches
ras0219-msft File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| diff --git a/ports/cmake/cmake/CheckCPUArch.cmake b/ports/cmake/cmake/CheckCPUArch.cmake | ||
| index 84dab8a..925aa09 100644 | ||
| --- a/ports/cmake/cmake/CheckCPUArch.cmake | ||
| +++ b/ports/cmake/cmake/CheckCPUArch.cmake | ||
| @@ -2,7 +2,7 @@ macro(_CHECK_CPU_ARCH ARCH ARCH_DEFINES VARIABLE) | ||
| if(NOT DEFINED HAVE_${VARIABLE}) | ||
| message(STATUS "Check CPU architecture is ${ARCH}") | ||
| set(CHECK_CPU_ARCH_DEFINES ${ARCH_DEFINES}) | ||
| - configure_file(${PROJECT_SOURCE_DIR}/CheckCPUArch.c.in ${PROJECT_BINARY_DIR}/CMakeFiles/CMakeTmp/CheckCPUArch.c @ONLY) | ||
| + configure_file(${PROJECT_SOURCE_DIR}/cmake/CheckCPUArch.c.in ${PROJECT_BINARY_DIR}/CMakeFiles/CMakeTmp/CheckCPUArch.c @ONLY) | ||
| try_compile(HAVE_${VARIABLE} "${PROJECT_BINARY_DIR}" | ||
| "${PROJECT_BINARY_DIR}/CMakeFiles/CMakeTmp/CheckCPUArch.c") | ||
| if(HAVE_${VARIABLE}) |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| diff --git a/ports/cmake/src/CMakeLists.txt b/ports/cmake/src/CMakeLists.txt | ||
| index b843152..b8ff89b 100644 | ||
| --- a/ports/cmake/src/CMakeLists.txt | ||
| +++ b/ports/cmake/src/CMakeLists.txt | ||
| @@ -39,8 +39,6 @@ check_include_file("termios.h" HAVE_TERMIOS) | ||
| check_include_file("unistd.h" HAVE_UNISTD_H) | ||
| check_include_file("windows.h" HAVE_WINDOWS_H) | ||
|
|
||
| -check_symbol_exists(strerror "string.h" HAVE_STRERROR) | ||
| - | ||
| function(check_m) | ||
| set(CMAKE_REQUIRED_LIBRARIES m) | ||
| check_function_exists(sin HAVE_M) | ||
| @@ -59,6 +57,7 @@ check_function_exists(shmget HAVE_SHMGET) | ||
| check_function_exists(shmat HAVE_SHMAT) | ||
| check_function_exists(shmdt HAVE_SHMDT) | ||
| check_function_exists(shmctl HAVE_SHMCTL) | ||
| +check_function_exists(strerror HAVE_STRERROR) | ||
|
|
||
| search_libs(gethostbyname GETHOSTBYNAME_LIB nsl socket network) | ||
| search_libs(socket SOCKET_LIB socket) |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.