From: Good Guy Date: Wed, 11 Jan 2023 17:25:26 +0000 (-0700) Subject: Credit Rob / Credit Andrew - new render format / bsd need X-Git-Tag: 2023-01~6 X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=commitdiff_plain;h=3235da2d4204a79b9e12b8f48f888fefb569e691;hp=3138ec631aecd0af02e3037c0661f4c93e7182d3 Credit Rob / Credit Andrew - new render format / bsd need --- diff --git a/cinelerra-5.1/ffmpeg/video/h264_nvenc.qt b/cinelerra-5.1/ffmpeg/video/h264_nvenc.qt new file mode 100644 index 00000000..8044368a --- /dev/null +++ b/cinelerra-5.1/ffmpeg/video/h264_nvenc.qt @@ -0,0 +1,4 @@ +mov h264_nvenc +# encode for nvidia graphics hw only +preset medium +profile main diff --git a/cinelerra-5.1/libbthread-master/Makefile b/cinelerra-5.1/libbthread-master/Makefile index f6480a60..af3276b5 100644 --- a/cinelerra-5.1/libbthread-master/Makefile +++ b/cinelerra-5.1/libbthread-master/Makefile @@ -4,7 +4,7 @@ all: # # mv pt-test.c pt-test # cat `ls *.c` > just-pt.c - g++ -c -o jpt.o just-pt.cc -I. + $(CXX) -c -o jpt.o just-pt.cc -I. ar crs jpt.a jpt.o clean: rm -f *.a *.o