Skip to content

Commit

Permalink
macOS/iOS用のh.264パッチを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
crow-misia committed Jan 31, 2023
1 parent e257381 commit 8876b8e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 22 deletions.
3 changes: 0 additions & 3 deletions build/ios/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ package:

.PHONY: patch
patch: common-patch
echo "apply iOS patches ..." && \
cd $(SRC_DIR) && \
patch -p2 < $(PATCH_DIR)/macos_h264_encoder.patch

.PHONY: build
build: patch
Expand Down
2 changes: 0 additions & 2 deletions build/macos-arm64/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ copy: common-copy

.PHONY: patch
patch: common-patch
cd $(SRC_DIR) && \
patch -p2 < $(PATCH_DIR)/macos_h264_encoder.patch

.PHONY: build
build: patch
Expand Down
2 changes: 0 additions & 2 deletions build/macos-x64/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ copy: common-copy

.PHONY: patch
patch: common-patch
cd $(SRC_DIR) && \
patch -p2 < $(PATCH_DIR)/macos_h264_encoder.patch

.PHONY: build
build: patch
Expand Down
15 changes: 0 additions & 15 deletions patch/macos_h264_encoder.patch

This file was deleted.

0 comments on commit 8876b8e

Please sign in to comment.