Skip to content

Commit

Permalink
Re-enable scalability mode patch for iOS (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
evdokimovs authored Oct 28, 2024
1 parent 9633154 commit 3448fd7
Show file tree
Hide file tree
Showing 2 changed files with 875 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/ios/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ package:
# `objc/api/peerconnection/RTCRtpCodecCapability.h`.
patch: common-patch
cd $(SRC_DIR) && \
patch -p2 < $(PATCH_DIR)/enable_ios_scalability_mode.patch && \
patch -p2 < $(PATCH_DIR)/fix_ios_capability.patch && \
patch -p2 < $(PATCH_DIR)/add_yuv_helper_ios_mac.patch

Expand Down
Loading

0 comments on commit 3448fd7

Please sign in to comment.