commit 51c20096d610d702c4a1af5855ea36ca8adfc005
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Oct 22 14:23:27 2023 +0100
fix
cinelerra-gg-Disable-crystalhd-in-ffmpeg.patch | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/cinelerra-gg-Disable-crystalhd-in-ffmpeg.patch
b/cinelerra-gg-Disable-crystalhd-in-ffmpeg.patch
index 98642bf..d04c513 100644
--- a/cinelerra-gg-Disable-crystalhd-in-ffmpeg.patch
+++ b/cinelerra-gg-Disable-crystalhd-in-ffmpeg.patch
@@ -1,10 +1,11 @@
--- a/cinelerra-5.1/thirdparty/Makefile
+++ b/cinelerra-5.1/thirdparty/Makefile
-@@ -127,6 +127,7 @@
- fftw.cfg_params= --disable-fortran --enable-shared=no
+@@ -132,6 +132,7 @@
+ ffmpeg.cfg_vars?= PKG_CONFIG_PATH="$(call
bld_path,libwebp)/usr/local/lib/pkgconfig"
ffmpeg.cfg_params= \
--enable-pthreads --disable-avdevice --enable-gpl --disable-ffplay \
+ --disable-crystalhd \
$(call if_want,VAAPI,--enable-vaapi,--disable-vaapi) \
$(call if_want,VDPAU,--enable-vdpau,--disable-vdpau) \
$(call if_want,NV, --enable-nvenc --enable-nvdec --enable-ffnvcodec) \
+
Show replies by date