Skip to content

Commit 4191d56

Browse files
committed
is this really the curlprit
1 parent 816fef2 commit 4191d56

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

compile-ffmpeg.mjs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,9 @@ if (fs.existsSync("ffmpeg")) {
155155
execSync("git apply aac.patch --directory ffmpeg", {
156156
stdio: "inherit",
157157
});
158-
execSync("git apply hevc_ps.patch --directory ffmpeg", {
158+
/*execSync("git apply hevc_ps.patch --directory ffmpeg", {
159159
stdio: "inherit",
160-
});
160+
});*/
161161
} else {
162162
execSync("git clone https://github.com/ffmpeg/ffmpeg.git", {
163163
stdio: "inherit",
@@ -169,9 +169,11 @@ if (fs.existsSync("ffmpeg")) {
169169
execSync("git apply aac.patch --directory ffmpeg", {
170170
stdio: "inherit",
171171
});
172+
/*
172173
execSync("git apply hevc_ps.patch --directory ffmpeg", {
173174
stdio: "inherit",
174175
});
176+
*/
175177
}
176178

177179
const extraCFlags = [

0 commit comments

Comments
 (0)