Credit Andrew for build mods and cineform format
authorGood Guy <[email protected]>
Sun, 6 Nov 2022 00:24:30 +0000 (18:24 -0600)
committerGood Guy <[email protected]>
Sun, 6 Nov 2022 00:24:30 +0000 (18:24 -0600)
cinelerra-5.1/blds/termux_dyn.bld
cinelerra-5.1/cinelerra/Makefile
cinelerra-5.1/ffmpeg/video/cineform.qt [new file with mode: 0644]

index 252d3192425106ac344e30b684d89f13f0a7be74..ae099e62bb446409e511dec21f2bbea00ab377ef 100755 (executable)
@@ -6,4 +6,4 @@ export CFLAGS
     --without-dv \
     --without-firewire --without-vaapi \
     --without-vdpau --without-libdpx \
-    --without-gl
+    --without-gl --with-clang
index d9ff3b933e166f9596a11a57a37ba819ec60465b..e177049beb68ef7ccd2ab38c7af30c7365312d18 100644 (file)
@@ -441,13 +441,13 @@ ifneq (, $(filter $(PLATFORM), FreeBSD NetBSD))
 LIBS += -lintl -liconv
 LIBS += -lexecinfo
 endif
-LIBS += `pkg-config --libs OpenEXR`
-LIBS += `pkg-config --libs flac`
-LIBS += `pkg-config --libs libjpeg`
-LIBS += `pkg-config --libs uuid`
-LIBS += `pkg-config --libs theora`
-LIBS += `pkg-config --libs vorbis`
-LIBS += `pkg-config --libs sndfile`
+LIBS += `pkg-config --libs OpenEXR 2>/dev/null`
+LIBS += `pkg-config --libs flac 2>/dev/null`
+LIBS += `pkg-config --libs libjpeg 2>/dev/null`
+LIBS += `pkg-config --libs uuid 2>/dev/null`
+LIBS += `pkg-config --libs theora 2>/dev/null`
+LIBS += `pkg-config --libs vorbis 2>/dev/null`
+LIBS += `pkg-config --libs sndfile 2>/dev/null`
 ifeq ($(WANT_LIBZMPEG),yes)
 LIBS += -la52 -ltwolame -lmp3lame
 endif
diff --git a/cinelerra-5.1/ffmpeg/video/cineform.qt b/cinelerra-5.1/ffmpeg/video/cineform.qt
new file mode 100644 (file)
index 0000000..c318319
--- /dev/null
@@ -0,0 +1,3 @@
+mov cfhd
+quality=medium
+cin_pix_fmt=yuv422p10