You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sed -i 's/-lgcc_s/-lgcc_eh/g'"$WORKSPACE/lib/pkgconfig/x265.pc"
293
+
sed -i '''s/-lgcc_s/-lgcc_eh/g'"$WORKSPACE/lib/pkgconfig/x265.pc"#The -i '' is intended and required on MacOS: https://unix.stackexchange.com/questions/112023/how-can-i-replace-a-string-in-a-files/112024#112024
sed -i 's/-lgcc_s/-lgcc_eh/g'"$WORKSPACE/lib/pkgconfig/srt.pc"
463
+
sed -i '''s/-lgcc_s/-lgcc_eh/g'"$WORKSPACE/lib/pkgconfig/srt.pc"#The -i '' is intended and required on MacOS: https://unix.stackexchange.com/questions/112023/how-can-i-replace-a-string-in-a-files/112024#112024
sed -i "s#PREFIX = /usr/local#PREFIX = ${WORKSPACE}#g" Makefile
476
+
sed -i ''"s#PREFIX = /usr/local#PREFIX = ${WORKSPACE}#g" Makefile#The -i '' is intended and required on MacOS: https://unix.stackexchange.com/questions/112023/how-can-i-replace-a-string-in-a-files/112024#112024
477
477
execute make install
478
478
build_done "nv-codec"
479
479
fi
@@ -528,16 +528,15 @@ echo ""
528
528
echo"Building done. The binary can be found here: $WORKSPACE/bin/ffmpeg"
0 commit comments