Skip to content

Commit ec86d83

Browse files
author
Omair Baskanderi
committed
fix warning: add opus_multistream.h to opus.h
1 parent 4635784 commit ec86d83

File tree

5 files changed

+28
-23
lines changed

5 files changed

+28
-23
lines changed

opus.framework/Headers/opus.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535

3636
#include "opus_types.h"
3737
#include "opus_defines.h"
38+
#include "opus_multistream.h"
3839

3940
#ifdef __cplusplus
4041
extern "C" {

opus.framework/Info.plist

-3 Bytes
Binary file not shown.

opus.framework/opus

-15.9 KB
Binary file not shown.

opus/opus.xcodeproj/project.pbxproj

Lines changed: 26 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -21,29 +21,29 @@
2121
/* End PBXAggregateTarget section */
2222

2323
/* Begin PBXBuildFile section */
24-
D4D822F51DC9698B00946CA2 /* opus.h in Headers */ = {isa = PBXBuildFile; fileRef = D4D822EF1DC9698B00946CA2 /* opus.h */; settings = {ATTRIBUTES = (Public, ); }; };
25-
D4D822F61DC9698B00946CA2 /* opus_defines.h in Headers */ = {isa = PBXBuildFile; fileRef = D4D822F01DC9698B00946CA2 /* opus_defines.h */; settings = {ATTRIBUTES = (Public, ); }; };
26-
D4D822F71DC9698B00946CA2 /* opus_multistream.h in Headers */ = {isa = PBXBuildFile; fileRef = D4D822F11DC9698B00946CA2 /* opus_multistream.h */; settings = {ATTRIBUTES = (Public, ); }; };
27-
D4D822F81DC9698B00946CA2 /* opus_types.h in Headers */ = {isa = PBXBuildFile; fileRef = D4D822F21DC9698B00946CA2 /* opus_types.h */; settings = {ATTRIBUTES = (Public, ); }; };
28-
D4D822F91DC9698B00946CA2 /* libopus.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D4D822F41DC9698B00946CA2 /* libopus.a */; };
24+
DA3B00841E6F327D000F99DA /* opus_defines.h in Headers */ = {isa = PBXBuildFile; fileRef = DA3B00801E6F327D000F99DA /* opus_defines.h */; settings = {ATTRIBUTES = (Public, ); }; };
25+
DA3B00851E6F327D000F99DA /* opus_multistream.h in Headers */ = {isa = PBXBuildFile; fileRef = DA3B00811E6F327D000F99DA /* opus_multistream.h */; settings = {ATTRIBUTES = (Public, ); }; };
26+
DA3B00861E6F327D000F99DA /* opus_types.h in Headers */ = {isa = PBXBuildFile; fileRef = DA3B00821E6F327D000F99DA /* opus_types.h */; settings = {ATTRIBUTES = (Public, ); }; };
27+
DA3B00871E6F327D000F99DA /* opus.h in Headers */ = {isa = PBXBuildFile; fileRef = DA3B00831E6F327D000F99DA /* opus.h */; settings = {ATTRIBUTES = (Public, ); }; };
28+
DA3B00891E6F328B000F99DA /* libopus.a in Frameworks */ = {isa = PBXBuildFile; fileRef = DA3B00881E6F328B000F99DA /* libopus.a */; };
2929
/* End PBXBuildFile section */
3030

3131
/* Begin PBXFileReference section */
3232
D4D822D41DC9612800946CA2 /* opus.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = opus.framework; sourceTree = BUILT_PRODUCTS_DIR; };
3333
D4D822D81DC9612800946CA2 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
34-
D4D822EF1DC9698B00946CA2 /* opus.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = opus.h; sourceTree = "<group>"; };
35-
D4D822F01DC9698B00946CA2 /* opus_defines.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = opus_defines.h; sourceTree = "<group>"; };
36-
D4D822F11DC9698B00946CA2 /* opus_multistream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = opus_multistream.h; sourceTree = "<group>"; };
37-
D4D822F21DC9698B00946CA2 /* opus_types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = opus_types.h; sourceTree = "<group>"; };
38-
D4D822F41DC9698B00946CA2 /* libopus.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libopus.a; sourceTree = "<group>"; };
34+
DA3B00801E6F327D000F99DA /* opus_defines.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = opus_defines.h; path = opus/dependencies/include/opus/opus_defines.h; sourceTree = SOURCE_ROOT; };
35+
DA3B00811E6F327D000F99DA /* opus_multistream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = opus_multistream.h; path = opus/dependencies/include/opus/opus_multistream.h; sourceTree = SOURCE_ROOT; };
36+
DA3B00821E6F327D000F99DA /* opus_types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = opus_types.h; path = opus/dependencies/include/opus/opus_types.h; sourceTree = SOURCE_ROOT; };
37+
DA3B00831E6F327D000F99DA /* opus.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = opus.h; path = opus/dependencies/include/opus/opus.h; sourceTree = SOURCE_ROOT; };
38+
DA3B00881E6F328B000F99DA /* libopus.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libopus.a; sourceTree = "<group>"; };
3939
/* End PBXFileReference section */
4040

4141
/* Begin PBXFrameworksBuildPhase section */
4242
D4D822D01DC9612800946CA2 /* Frameworks */ = {
4343
isa = PBXFrameworksBuildPhase;
4444
buildActionMask = 2147483647;
4545
files = (
46-
D4D822F91DC9698B00946CA2 /* libopus.a in Frameworks */,
46+
DA3B00891E6F328B000F99DA /* libopus.a in Frameworks */,
4747
);
4848
runOnlyForDeploymentPostprocessing = 0;
4949
};
@@ -96,18 +96,18 @@
9696
D4D822EE1DC9698B00946CA2 /* opus */ = {
9797
isa = PBXGroup;
9898
children = (
99-
D4D822EF1DC9698B00946CA2 /* opus.h */,
100-
D4D822F01DC9698B00946CA2 /* opus_defines.h */,
101-
D4D822F11DC9698B00946CA2 /* opus_multistream.h */,
102-
D4D822F21DC9698B00946CA2 /* opus_types.h */,
99+
DA3B00801E6F327D000F99DA /* opus_defines.h */,
100+
DA3B00811E6F327D000F99DA /* opus_multistream.h */,
101+
DA3B00821E6F327D000F99DA /* opus_types.h */,
102+
DA3B00831E6F327D000F99DA /* opus.h */,
103103
);
104104
path = opus;
105105
sourceTree = "<group>";
106106
};
107107
D4D822F31DC9698B00946CA2 /* lib */ = {
108108
isa = PBXGroup;
109109
children = (
110-
D4D822F41DC9698B00946CA2 /* libopus.a */,
110+
DA3B00881E6F328B000F99DA /* libopus.a */,
111111
);
112112
path = lib;
113113
sourceTree = "<group>";
@@ -119,10 +119,10 @@
119119
isa = PBXHeadersBuildPhase;
120120
buildActionMask = 2147483647;
121121
files = (
122-
D4D822F51DC9698B00946CA2 /* opus.h in Headers */,
123-
D4D822F61DC9698B00946CA2 /* opus_defines.h in Headers */,
124-
D4D822F81DC9698B00946CA2 /* opus_types.h in Headers */,
125-
D4D822F71DC9698B00946CA2 /* opus_multistream.h in Headers */,
122+
DA3B00861E6F327D000F99DA /* opus_types.h in Headers */,
123+
DA3B00871E6F327D000F99DA /* opus.h in Headers */,
124+
DA3B00841E6F327D000F99DA /* opus_defines.h in Headers */,
125+
DA3B00851E6F327D000F99DA /* opus_multistream.h in Headers */,
126126
);
127127
runOnlyForDeploymentPostprocessing = 0;
128128
};
@@ -153,7 +153,7 @@
153153
D4D822CB1DC9612800946CA2 /* Project object */ = {
154154
isa = PBXProject;
155155
attributes = {
156-
LastUpgradeCheck = 0800;
156+
LastUpgradeCheck = 0820;
157157
ORGANIZATIONNAME = "Viv Labs, Inc.";
158158
TargetAttributes = {
159159
D4D822D31DC9612800946CA2 = {
@@ -240,6 +240,7 @@
240240
CLANG_WARN_INFINITE_RECURSION = YES;
241241
CLANG_WARN_INT_CONVERSION = YES;
242242
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
243+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
243244
CLANG_WARN_SUSPICIOUS_MOVES = YES;
244245
CLANG_WARN_UNREACHABLE_CODE = YES;
245246
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
@@ -265,7 +266,7 @@
265266
GCC_WARN_UNUSED_VARIABLE = YES;
266267
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
267268
MTL_ENABLE_DEBUG_INFO = YES;
268-
ONLY_ACTIVE_ARCH = NO;
269+
ONLY_ACTIVE_ARCH = YES;
269270
SDKROOT = iphoneos;
270271
TARGETED_DEVICE_FAMILY = "1,2";
271272
VERSIONING_SYSTEM = "apple-generic";
@@ -291,6 +292,7 @@
291292
CLANG_WARN_INFINITE_RECURSION = YES;
292293
CLANG_WARN_INT_CONVERSION = YES;
293294
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
295+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
294296
CLANG_WARN_SUSPICIOUS_MOVES = YES;
295297
CLANG_WARN_UNREACHABLE_CODE = YES;
296298
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
@@ -371,6 +373,7 @@
371373
isa = XCBuildConfiguration;
372374
buildSettings = {
373375
DEVELOPMENT_TEAM = 6ZAST2S5UY;
376+
ONLY_ACTIVE_ARCH = NO;
374377
PRODUCT_NAME = "$(TARGET_NAME)";
375378
};
376379
name = Debug;
@@ -379,6 +382,7 @@
379382
isa = XCBuildConfiguration;
380383
buildSettings = {
381384
DEVELOPMENT_TEAM = 6ZAST2S5UY;
385+
ONLY_ACTIVE_ARCH = NO;
382386
PRODUCT_NAME = "$(TARGET_NAME)";
383387
};
384388
name = Release;

opus/opus.xcodeproj/xcshareddata/xcschemes/UniversalTarget.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0800"
3+
LastUpgradeVersion = "0820"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)