Credit Andrew-R modify Blend plugins for NetBSD shebang-perl and not using ldl +...
authorGood Guy <good1.2guy@gmail.com>
Fri, 11 Apr 2025 21:38:54 +0000 (15:38 -0600)
committerGood Guy <good1.2guy@gmail.com>
Fri, 11 Apr 2025 21:38:54 +0000 (15:38 -0600)
cinelerra-5.1/plugins/blendalgebra/BlendAlgebraCompile.pl
cinelerra-5.1/plugins/blendalgebra/Makefile
cinelerra-5.1/plugins/blendprogram/BlendProgramCompile.pl
cinelerra-5.1/plugins/blendprogram/Makefile
cinelerra-5.1/thirdparty/src/ffnvcodec-old.tar.xz [new file with mode: 0644]

index ecc68df1d6557435f02a7891ce28d94d71d80206..97f7cfc72f3305f8734ba7a63cd72859f02ec67f 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 
 # Helper script to compile Cinelerra blend algebra functions
 # Calling: BlendAlgebraCompile.pl [options] <function filename>
index 308b4db4a5973dfcd0609e67db505e95f465b20d..4db95d7be5c09ae47a875ca14b875770179a13d8 100644 (file)
@@ -1,6 +1,9 @@
 include ../../plugin_defs
 
+PLATFORM = $(shell uname)
+ifneq ($(PLATFORM), NetBSD)
 LDFLAGS += -ldl
+endif
 
 OBJS = $(OBJDIR)/blendalgebra.o
 
index 5e3646d9111edb87834d45ddb7ee58507024f223..2c0e4997f4b98a105b68ef3a5783d58f238cb9a9 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 
 # Helper script to compile Cinelerra blend programs
 # Calling: BlendProgramCompile.pl [options] <program filename>
index 3da098f84c795701d7167765db16906c27d17668..4a7cdc0b710393b7434423d593b5e469b4988bae 100644 (file)
@@ -1,6 +1,9 @@
 include ../../plugin_defs
 
+PLATFORM = $(shell uname)
+ifneq ($(PLATFORM), NetBSD)
 LDFLAGS += -ldl
+endif
 
 OBJS = $(OBJDIR)/blendprogram.o
 
diff --git a/cinelerra-5.1/thirdparty/src/ffnvcodec-old.tar.xz b/cinelerra-5.1/thirdparty/src/ffnvcodec-old.tar.xz
new file mode 100644 (file)
index 0000000..7c48706
Binary files /dev/null and b/cinelerra-5.1/thirdparty/src/ffnvcodec-old.tar.xz differ