-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [mpg123] Upgrade to 1.29.2 * Upgrade 1.28.0 -> 1.29.2 * Avoid deprecated helper functions * Remove unused patches * Convert patch format * update version Co-authored-by: Jonliu1993 <[email protected]>
- Loading branch information
1 parent
1430369
commit e48805d
Showing
9 changed files
with
26 additions
and
378 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains 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 |
---|---|---|
@@ -1,13 +1,13 @@ | ||
diff --git a/ports/cmake/src/CMakeLists.txt b/ports/cmake/src/CMakeLists.txt | ||
index b843152..00f8012 100644 | ||
index c7ba36f..7147174 100644 | ||
--- a/ports/cmake/src/CMakeLists.txt | ||
+++ b/ports/cmake/src/CMakeLists.txt | ||
@@ -365,7 +365,7 @@ add_subdirectory("libmpg123") | ||
add_subdirectory("libout123") | ||
@@ -372,7 +372,7 @@ if(BUILD_LIBOUT123) | ||
endif() | ||
add_subdirectory("libsyn123") | ||
|
||
-if(UNIX) | ||
+if(0) | ||
add_subdirectory("tests") | ||
|
||
add_executable(${PROJECT_NAME} | ||
if(BUILD_LIBOUT123) |
Oops, something went wrong.