-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added AppRTCMobile build target working on the swift-pm build of webrtc removed av1 source (for now) updated corertc build, fixing an issue with not exposed RTCAudioSession setConfiguration symbols webrtc xcframework dynamic and static fws opt in for non-native vp8, vp9, av1 nsinteger and rtcvideoframe Added static FW, disabled protobuf, legacy GL components
- Loading branch information
Showing
1,435 changed files
with
123,706 additions
and
11,391 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,74 +1,19 @@ | ||
*.DS_Store | ||
*.Makefile | ||
*.host.mk | ||
*.ncb | ||
*.ninja | ||
*.props | ||
*.pyc | ||
*.rules | ||
*.scons | ||
*.sdf | ||
*.sln | ||
*.suo | ||
*.target.mk | ||
*.targets | ||
*.user | ||
*.vcproj | ||
*.vcxproj | ||
*.vcxproj.filters | ||
*.vpj | ||
*.vpw | ||
*.vpwhistu | ||
*.vtg | ||
*.xcodeproj | ||
*.xcworkspace | ||
*_proto.xml | ||
*_proto_cpp.xml | ||
*~ | ||
.*.sw? | ||
.cache | ||
.cipd | ||
.clangd | ||
.classpath | ||
.cproject | ||
.gdb_history | ||
.gdbinit | ||
.landmines | ||
.metadata | ||
.project | ||
.pydevproject | ||
.settings | ||
.sw? | ||
/Makefile | ||
/base | ||
/build | ||
/buildtools | ||
/ios | ||
/mojo | ||
/out | ||
/testing | ||
/third_party | ||
#/third_party | ||
/tools | ||
/tools_webrtc/android/profiling/flamegraph | ||
/tools_webrtc/android/profiling/simpleperf | ||
/tools_webrtc/audio_quality/linux/pesq | ||
/tools_webrtc/audio_quality/linux/PolqaOem64 | ||
/tools_webrtc/audio_quality/mac/pesq | ||
/tools_webrtc/audio_quality/win/*.exe | ||
/tools_webrtc/audio_quality/win/*.dll | ||
/tools_webrtc/video_quality_toolchain/linux/ffmpeg | ||
/tools_webrtc/video_quality_toolchain/linux/zxing | ||
/tools_webrtc/video_quality_toolchain/mac/ffmpeg | ||
/tools_webrtc/video_quality_toolchain/mac/zxing | ||
/tools_webrtc/video_quality_toolchain/win/*.dll | ||
/tools_webrtc/video_quality_toolchain/win/*.exe | ||
/rtc_tools/testing/*.zip | ||
/rtc_tools/testing/*.gz | ||
/rtc_tools/testing/golang/*/*.gz | ||
/rtc_tools/testing/golang/*/*.zip | ||
/rtc_tools/testing/webrtc_apprtc_browsertest/* | ||
/rtc_tools/testing/browsertest/* | ||
/x86-generic_out/ | ||
/xcodebuild | ||
/tools_webrtc | ||
/rtc_tools/testing | ||
/.vscode | ||
!webrtc/* | ||
xcuserdata/ | ||
examples | ||
!examples/objc | ||
!examples/objcnativeapi | ||
.landmines | ||
/resources | ||
/build_overrides | ||
/g3doc | ||
/base | ||
/build | ||
.build |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
.swiftpm/xcode/package.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>IDEWorkspaceSharedSettings_AutocreateContextsIfNeeded</key> | ||
<true/> | ||
</dict> | ||
</plist> |
Oops, something went wrong.