Skip to content

Commit 56bfee7

Browse files
Merge pull request #55 from towneh/master
fix: drop -Wl,--no-undefined from Android shim build
2 parents c5f3f17 + 87182e2 commit 56bfee7

18 files changed

Lines changed: 26 additions & 1 deletion

File tree

.github/workflows/OpusCompile.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ jobs:
7272
../OpusSharp.Natives/opus_shim.c \
7373
-Wl,--whole-archive libopus.a -Wl,--no-whole-archive \
7474
-Wl,-z,max-page-size=16384,-z,common-page-size=16384 \
75-
-Wl,--no-undefined \
7675
-lm
7776
7877
- name: Check Alignment
44.6 KB
Binary file not shown.
45.8 KB
Binary file not shown.
47.9 KB
Binary file not shown.
37.4 KB
Binary file not shown.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
opus_headers = [
2+
'opus.h',
3+
'opus_multistream.h',
4+
'opus_projection.h',
5+
'opus_types.h',
6+
'opus_defines.h',
7+
]
8+
9+
if opt_custom_modes
10+
opus_headers += ['opus_custom.h']
11+
endif
12+
13+
install_headers(opus_headers, subdir: 'opus')
Binary file not shown.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
opus_headers = [
2+
'opus.h',
3+
'opus_multistream.h',
4+
'opus_projection.h',
5+
'opus_types.h',
6+
'opus_defines.h',
7+
]
8+
9+
if opt_custom_modes
10+
opus_headers += ['opus_custom.h']
11+
endif
12+
13+
install_headers(opus_headers, subdir: 'opus')
Binary file not shown.
9.77 KB
Binary file not shown.

0 commit comments

Comments
 (0)