File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -155,9 +155,9 @@ if (fs.existsSync("ffmpeg")) {
155
155
execSync ( "git apply aac.patch --directory ffmpeg" , {
156
156
stdio : "inherit" ,
157
157
} ) ;
158
- execSync ( "git apply hevc_ps.patch --directory ffmpeg" , {
158
+ /* execSync("git apply hevc_ps.patch --directory ffmpeg", {
159
159
stdio: "inherit",
160
- } ) ;
160
+ });*/
161
161
} else {
162
162
execSync ( "git clone https://github.com/ffmpeg/ffmpeg.git" , {
163
163
stdio : "inherit" ,
@@ -169,9 +169,11 @@ if (fs.existsSync("ffmpeg")) {
169
169
execSync ( "git apply aac.patch --directory ffmpeg" , {
170
170
stdio : "inherit" ,
171
171
} ) ;
172
+ /*
172
173
execSync("git apply hevc_ps.patch --directory ffmpeg", {
173
174
stdio: "inherit",
174
175
});
176
+ */
175
177
}
176
178
177
179
const extraCFlags = [
You can’t perform that action at this time.
0 commit comments