-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* adds support for GOG-format music ogg files --------- Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>
- Loading branch information
1 parent
a48c47b
commit 6e6ce12
Showing
22 changed files
with
97,503 additions
and
87,617 deletions.
There are no files selected for viewing
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
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
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,20 +1,6 @@ | ||
add_library(miniaudio STATIC) | ||
add_library(miniaudio INTERFACE) | ||
|
||
target_include_directories(miniaudio | ||
PUBLIC | ||
target_include_directories(miniaudio | ||
SYSTEM INTERFACE | ||
include | ||
PRIVATE | ||
include/miniaudio | ||
|
||
) | ||
|
||
target_sources(miniaudio PRIVATE | ||
miniaudio.c | ||
|
||
) | ||
|
||
if (CMAKE_C_COMPILER_ID MATCHES "Clang") | ||
target_compile_options(miniaudio PRIVATE | ||
-Wno-deprecated-declarations | ||
) | ||
endif() |
97,803 changes: 91,436 additions & 6,367 deletions
97,803
lib/miniaudio/include/miniaudio/miniaudio.h
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.