plus those two? (trying static / ffmpeg 4.4 and dynamic / 5 builds in turn.. additional/new patches on the way)
On Sunday, April 3, 2022, Andrew Randrianasulu <[email protected]> wrote: > try my series? > > > > On Sunday, April 3, 2022, Phyllis Smith <[email protected]> wrote: > >> I have been testing Manuel's Cinelerra DPXlist changes. the last 2 days, >> but have not yet gotten it to compile. I will send his files/patches but >> it is included at: >> >> https://github.com/manuvi/cinelerra >> >> On Sun, Apr 3, 2022 at 8:53 AM Andrew Randrianasulu via Cin < >> [email protected]> wrote: >> >>> hopefully "c++17" thing just cosmetical for now? I'll try to remove this >>> line... >>> >>> >>> https://github.com/manuvi/dpx/commit/48d8e8532244aebddd1f3ab >>> e7f30efe83cbd61f5 >>> >>> >>> >>> On Saturday, March 5, 2022, Andrew Randrianasulu < >>> [email protected]> wrote: >>> >>>> note: requires c++17 language support, so my gcc 5.5 out of action.... >>>> >>>> ---------- Forwarded message ---------- >>>> From: *Андрей Рандрианасулу* <[email protected]> >>>> Date: Saturday, March 5, 2022 >>>> Subject: cinelerra dpx support patches >>>> To: randrianasulu <[email protected]> >>>> >>>> >>>> >>>> not tested yet >>>> -- >>>> Андрей Рандрианасулу >>>> >>>> -- >>> Cin mailing list >>> [email protected] >>> https://lists.cinelerra-gg.org/mailman/listinfo/cin >>> >>
From 1e2a82e8b84be31b61eaac839d9bb33a7cdfe554 Mon Sep 17 00:00:00 2001 From: Andrew Randrianasulu <[email protected]> Date: Mon, 4 Apr 2022 04:37:26 +0300 Subject: [PATCH 70/71] Fix libdpx patch --- cinelerra-5.1/thirdparty/src/libdpx.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cinelerra-5.1/thirdparty/src/libdpx.patch b/cinelerra-5.1/thirdparty/src/libdpx.patch index f139c184..09539ad2 100644 --- a/cinelerra-5.1/thirdparty/src/libdpx.patch +++ b/cinelerra-5.1/thirdparty/src/libdpx.patch @@ -1,5 +1,5 @@ ---- configure.ac.orig 2022-04-03 18:21:04.183058995 +0300 -+++ configure.ac 2022-04-03 18:26:35.223059015 +0300 +--- ./configure.ac.orig 2022-04-03 18:21:04.183058995 +0300 ++++ ./configure.ac 2022-04-03 18:26:35.223059015 +0300 @@ -10,7 +10,7 @@ # Checks for programs. AC_PROG_CC -- 2.35.1
From 1841f0a2ef8736b910e47c9c3c9a2ae70192b385 Mon Sep 17 00:00:00 2001 From: Andrew Randrianasulu <[email protected]> Date: Mon, 4 Apr 2022 05:19:47 +0300 Subject: [PATCH 71/71] Add --without-libdpx to configure --- cinelerra-5.1/configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/cinelerra-5.1/configure.ac b/cinelerra-5.1/configure.ac index 88bd80a2..b5d40a74 100644 --- a/cinelerra-5.1/configure.ac +++ b/cinelerra-5.1/configure.ac @@ -59,6 +59,7 @@ CHECK_WITH([git-ffmpeg],[git ffmpeg using url],[GIT_FFMPEG],[no]) CHECK_WITH([noelision],[use noelision/libpthread],[NOELISION],[auto]) CHECK_WITH([booby],[window lock trace booby trap],[BOOBY],[no]) CHECK_WITH([libzmpeg],[build libzmpeg],[LIBZMPEG],[yes]) +CHECK_WITH([libdpx],[build libdpx],[LIBDPX],[auto]) CHECK_WITH([commercial],[enable commercial capture],[COMMERCIAL],[no]) CHECK_WITH([thirdparty],[use thirdparty build],[CIN_3RDPARTY],[yes]) CHECK_WITH([shuttle],[shuttle device],[SHUTTLE],[yes]) -- 2.35.1
-- Cin mailing list [email protected] https://lists.cinelerra-gg.org/mailman/listinfo/cin

