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")) {
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
177179const extraCFlags = [
You can’t perform that action at this time.
0 commit comments